-
I wan to run the application from cloned source directly not to run "pip install pymodaq", How to?
Thanks
-
the crop_to_bbox function is no longer used in preprocessing/cropping/cropping.py, and does not exist in the latest acvl util. It will cause an import error while running the code.
-
I see that you are primarily using c-blosc 1. Have you considered c-blosc 2? It is being much more actively developed than c-blosc 1 and corrects some significant deficiencies.
https://github.com/Blo…
-
### Is your feature request related to a problem?
I saw that https://github.com/Blosc/python-blosc2 has an NDArray solution included now. My understanding is that it has a lazy datasource feature sim…
-
**Describe the bug**
I observe a compile issue of downstream packages (i.e., adios2) built against c-blosc2 using the Spack package manager. Somehow, c-blosc2 links against `_xgetbv`. Is this used in…
-
This can be seen here:
In that case, an array of shape (20, 1, 100) is making the data display to work incorrectly.
-
# In your bug report please include:
* CPU architecture: PowerPC
* Operating System: macOS
* Python version: 3.11.10
* Version of py-cpuinfo: 9.0.0
`cpuinfo` omits `PPC`/`PPC_32` in the list wh…
-
ImportError: cannot import name 'crop_to_bbox' from 'acvl_utils.cropping_and_padding.bounding_boxes' (/local_disk0/.ephemeral_nfs/cluster_libraries/python/lib/python3.11/site-packages/acvl_utils/cropp…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
In Linux and windows
```
conda install conda-forge::c-blosc2
echo "find_package(blosc2)…
-
When activating the "use_dict" flag in an SChunk instance, storing data leads to errors.
The following code does not execute on my system:
```
import blosc2
import numpy as np
CHUNKSIZE = i…