-
Reminder to do this now that https://github.com/grimbough/rhdf5/issues/79 has been fixed.
To do:
- Remove the `is_sparse()` check
- Update tests
- Remove code coverage guards
-
## Source
segfault.py
```python
from subprocess import check_call
from tempfile import NamedTemporaryFile
from threading import Thread
from time import sleep
import faulthandler
faulth…
-
I am running into problems when installing on an M1. The old installation method described below works only when running the final command `python setup.py install --ccbin /usr/bin/` two times. The fi…
-
## KeyError: Unable to open object (object overruns end of direct block)
I am attempting to use multiple processes, implemented via pytorch multiprocessing module (which itself wraps the native mul…
-
`pytao` primarily targets `conda` users and expects to be installed alongside `conda-forge` dependencies (especially the underlying `bmad` library, which is not available on PyPI).
Some users may s…
-
```
(zarr) /opt/zarr-utils $hdf2zarr 081505_L1_bd5.h5 081505_L1_bd5.zarr/
[['ID', ['|S16', {'h5py_encoding': 'ascii'}]], ['fID', '
-
I initially thought this was a bug in https://github.com/spack/spack/issues/42153, but I think this may be an hdfview issue. When using the "# Default invocation when using modules" execution line in …
-
When I installed the latest package and registered and got my updated API key, in running:
temp_ucd_list.append(ucd.tl.base(temp_matrix, split=True, sort=False))
on a windows 11 machine, where I…
-
If the dataset is a VLEN, the library does not support indexing:
https://github.com/timholy/HDF5.jl/blob/master/src/plain.jl#L1553
By contrast, transparent access to ragged arrays is supported in h…
manor updated
9 years ago
-
`python3Packages.h5py-mpi` fails to build on nixpkgs master (efd6331c95521d24bc7802fc380af9509cf44a15). Note that `python3Packages.h5py` is fine.
The build failure was introduced with h5py's upgrade …