You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These CLI commands should include basin definitions: compress, condense, repack
This CLI command should include mapped basin definitions: split
This CLI command should not include basin definitions: join
The text was updated successfully, but these errors were encountered:
Added the bug label, since this is actually not correctly implemented at all.
[EDIT: It was actually implemented correctly, the test function we came up with copied over scalar features which is why it did not actually test the thing]
- fix: support input files without "events" in `rtdc_copy`
- fix: CLI methods now store basin information in output paths (#239):
compress, condense, and repack preserve the original input basins;
split writes mapped basins (using export.hdf5); join does not write
basins at all
- enh: CLI methods now return the output path
- enh: the repack CLI method now allows to strip basins
- docs: update doc strings for CLI methods
- ref: put input and output path in order for CLI methods
These CLI commands should include basin definitions: compress, condense, repack
This CLI command should include mapped basin definitions: split
This CLI command should not include basin definitions: join
The text was updated successfully, but these errors were encountered: