Skip to content

Commit

Permalink
[HDF5] move options to attrs (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
younik authored Aug 21, 2024
1 parent a3f419b commit 79811d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minari/dataset/_storages/arrow_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,4 @@ class NumpyEncoder(json.JSONEncoder):
def default(self, obj):
if isinstance(obj, np.ndarray):
return obj.tolist()
return super().default(obj)
return super().default(obj)

0 comments on commit 79811d9

Please sign in to comment.