-
The following legitimate-looking code raises a ValueError on python 3.5:
```
import h5py
import numpy as np
f = h5py.File("mytestfile.hdf5", "w")
dset = f.create_dataset("mydataset", (100,), dtyp…
-
### Zarr version
2.13.2
### Numcodecs version
0.10.2
### Python Version
3.10.4
### Operating System
Mac
### Installation
pip
### Description
TypeError: Cannot compare structured or void to…
-
We should look into the various array-like types that can work with `pygfx.Buffer` and `pygfx.Texture`, document them, and then figure out the best way to put type annotations to indicate the various …
-
## Cuquantum appliance: Can´t install and run own python package package in Cuquantum appliance when using apptainer
I am a user of Cuquantum appliance 24.08 with apptainer container on HPC cluster, a…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/d…
-
Hello, you provided the GTA dataset in .h5 format, but could you offer a more detailed description of the internal structure of the dataset files to facilitate our use of this dataset?
-
## Goal
I want a user to be able to do the following
```python
import fire.ana
with fire.ana.File('input.h5') as f :
for event in f :
total_E = sum(event['recon/hits/energy'])
```…
-
When I use my own dataset,it throws error as following,i am sure my dataset path is correct,but it still .Could you please help me?
E:\Anaconda3\envs\lpb\python.exe D:/ASIS-master/gen_h5.py
D:\ASI…
-
Per #2171 there were conflicts between h5py and netcdf, which were fixed on the netcdf4 side (https://github.com/Unidata/netcdf4-python/issues/1214) by using `delvewheel` in windows (https://github.co…
-
Currently a couple of packages have the following requirements:
```
- h5py>=3.8.0=mpi_openmpi*
- netcdf4>=1.6.2=mpi_openmpi*
```
As it currently stands, the next run of `create-core-pac…