Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
2,291 contributions in the last year
Contribution activity
May 2020
Created a pull request in Quansight/versioned-hdf5 that received 3 comments
Make InMemoryGroup singletonized per bind
Otherwise create_group could create a new object for a group that already has been made, losing the in-memory datasets and groups that it has on it. …
+71
−0
•
3
comments
Created an issue in h5py/h5py that received 1 comment
No error when virtual dataset source file cannot be found
>>> import h5py >>> f = h5py.File('test.hdf5', 'w') >>> f.create_dataset('base', data=[1, 2, 3]) <HDF5 dataset "base": shape (3,), type "<i8"> >>> …
1
comment