lincc-frameworks / tape

[Deprecated] Package for working with LSST time series data
https://tape.readthedocs.io
MIT License
12 stars 3 forks source link

Function for removing empty partitions #381

Open dougbrn opened 8 months ago

dougbrn commented 8 months ago

We should create an EnsembleFrame function that checks for empty partitions and removes them. This should not be a part of any sync workflow, in part because it cannot be done lazily, but should be available for users who would like to cut down on overhead spent trying to schedule/execute tasks on empty partitions.