-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
Description
Description
During the SEG tutorial we found that the diverse spool chunked with partials raises an error when attempting to merge it.
Example
import dascore as dc
spool = dc.get_example_spool("diverse_das").chunk(time=3, overlap=1, keep_partial=True)
merged_spool = spool.chunk(time=None)Expected behavior
Merging this spool should work.
Versions
- OS [e.g. Ubuntu 20.04]:
- DasCore Version [e.g. 0.0.5]:
- Python Version [e.g. 3.10]: