Skip to content

Commit

Permalink
Add InMemoryDataset.append method to append data to existing raw chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Apr 30, 2024
1 parent 7d92970 commit 6a8a8ec
Show file tree
Hide file tree
Showing 8 changed files with 1,912 additions and 72 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ py.install_sources(
'versioned_hdf5/hashtable.py',
'versioned_hdf5/replay.py',
'versioned_hdf5/slicetools.py',
'versioned_hdf5/utils.py',
'versioned_hdf5/versions.py',
'versioned_hdf5/wrappers.py',
],
Expand Down
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ doctest_optionflags= NORMALIZE_WHITESPACE
markers =
setup_args : kwargs for setup fixture.
slow: slow tests
append: tests of the append machinery
Loading

0 comments on commit 6a8a8ec

Please sign in to comment.