-
Output of `pip install pyjhtdb` with NumPy 1.24.2:
```
Collecting pyjhtdb
Using cached pyJHTDB-20200909.0.tar.gz (386 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-…
-
When using the pre-made conda environment for PyEMMA, the numpy version used is new enough to have removed numpy.bool. However, the pyemma code still uses this deprecated and, now, removed attribute …
-
### What is the problem this feature will solve?
This is a follow-on to https://github.com/astropy/astropy/issues/17254 as I found I can create a FITS file with a string value for a TLMIN or TLMAX va…
-
Hello, I have a problem about environment.
I installed ray, based on pip3 install -r requirements/ray.txt
But I get the following AttributeError: module 'numpy' has no attribute 'bool'.
If I chang…
-
## Describe the bug
This bug occurs in the process of converting a tensor stored in a TensorDict from the mps device to numpy and then converting it again to a tensor and storing it in the TensorDi…
-
The numpy 2.0 changed the behavior of the `copy` keyword in `__array__`, and especially making `copy=False` to be strict (raising an error when a zero-copy numpy array is not possible).
We only adju…
-
### Description
I want to save the executable file generated by jax.jit in the main process and execute this executable file in another process. However, I have found that the performance of the exec…
-
Hi,
As an extension of my issue #61, I also think it would be nice if the Numpy docstring factory [numpy.ts](https://github.com/NilsJPWerner/autoDocstring/blob/master/src/docstring_factories/numpy…
-
Hi! I met some errors when running "initialSP_prepare_S3DIS.py" with the command `python data_prepare/initialSP_prepare_S3DIS.py`.
Here is the output of the terminal:
```
xzj@xzj:~/githouse/GrowSP…
-
Hi,
I have followed the instructions to download and install everything and checked this has worked correctly.
I have had a couple of issues so far and cannot run the pipeline:
Firstly, there …