Skip to content

merging partially chunked spools #475

@d-chambers

Description

@d-chambers

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]:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingspoolrelated to Spool class

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions