I've written the following python code snippet in pycharm:
```python
import numpy as np
from numpy import pi, sin
a = np.array([1], dtype=bool)
if np.in|vert(a) == ~a:
print('ok')
```
When putting the point/cursor in the above code snippet at the position denoted
by `|`, I would like to see infor
On Tue, 19 Oct 2021 at 09:41, Matthew Brett wrote:
>
> Is it possible you have a funny option in a pytest configuration file
> somewhere?
>
Thanks for the tip. Yes, I had a directory called test in the CWD, which
probably confused things. The tests run now.
Sorry for the noise.
_
Hi,
On Mon, Oct 18, 2021 at 11:23 PM Andrew Nelson wrote:
>
> I realised that I hadn't installed hypothesis. Now things are a little
> different (the number of tests detected), but still not working:
>
> ```
> conda create -n test -c defaults python=3.10
> conda activate test
> pip install -i ht
I realised that I hadn't installed hypothesis. Now things are a little
different (the number of tests detected), but still not working:
```
conda create -n test -c defaults python=3.10
conda activate test
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
pip install pytest
Hi all,
for simplicity, I suggest to move the triage meeting also by 30 minutes
later to 16:30 UTC, sorry for not thinking of that when moving the
community meeting.
If no one protests I will announce it and change the calendar
accordingly tomorrow.
Cheers,
Sebastian
signature.asc
Description
Hello,
Thanks for the summary of the PR Sebastian.
About the default value of python `quantile` being "exclusive".
They give some explanation about why it is their default, but only in a
commented bloc above the code of `quantile` and not in the actual documentation.
You can see it here:
https:
Hi,
On Mon, Oct 18, 2021 at 2:28 PM Andrew Nelson wrote:
>
>
>
> On Mon, 18 Oct 2021, 23:44 Charles R Harris, wrote
>>>
>>> ```
>>
>>
>> Thanks for testing. Are you on Intel or Arm?
>
>
> Intel
Running the equivalent commands in a fresh macOS 11.6 Intel virtualenv
gives no errors or test failur
On Mon, 18 Oct 2021, 23:44 Charles R Harris,
wrote
> ```
>>
>
> Thanks for testing. Are you on Intel or Arm?
>
Intel
>
>
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
On Sun, Oct 17, 2021 at 3:44 PM Andrew Nelson wrote:
> On Mon, 18 Oct 2021 at 07:50, Charles R Harris
> wrote:
>
>> Hi All,
>> It would be nice if someone could test the nightly universal2 wheels for
>> Mac, they can be installed with
>>
>> pip install -i https://pypi.anaconda.org/scipy-wheels-