Skip to content

Commit

Permalink
fix refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcla committed Dec 1, 2022
1 parent 0682b20 commit 073e13f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A utility package built upon `h5py` for easier data saving and loading of sparse
[![GitHub stars](https://img.shields.io/github/stars/jdcla/h5max)](https://github.com/jdcla/h5max/stargazers)
</div>

`h5max` handles storing and loading of `scipy.sparse` data structures in `h5py` file objects that are not natively supported. It assumes a simple data structure where information of individual samples are stored according to the index they occupy within datasets.
`h5max` handles storing and loading of `scipy.sparse` data structures in `h5py` file objects, which is not natively supported. It assumes a simple data structure where information of individual samples are stored according to the index they occupy within datasets.

<div align="center">
<img src="https://github.com/jdcla/h5max/raw/main/h5max.png" width="600">
Expand Down
2 changes: 1 addition & 1 deletion h5max/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from h5max import h5max
from h5max.h5max import store_sparse_matrices, load_sparse_matrix, load_sparse_matrices
from h5max.h5max import store_sparse, load_sparse_matrix, load_sparse

0 comments on commit 073e13f

Please sign in to comment.