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
feat: add checkpointing functionality to coffea.processor.Runner (#1420)
* add checkpointing functionality to coffea.processor.Runner
* fix annotation
* add test
* add check to 'save' step
* improve the LocalCheckpointer logic a bit
* improve test to not rerun preprocessing everytime
* use fsspec for load/save
* 'LocalCheckpointer' -> 'SimpleCheckpointer'
* switch to fsspec path checking
* switch to rich print
* test with fsspec to be able to to offline tests on remote storages
* do not re-open open paths
* we don't need the token
---------
Co-authored-by: Iason Krommydas <[email protected]>
Co-authored-by: Lindsey Gray <[email protected]>
chore: make missing `ndcctools.taskvine` warning not appear on genera…
…l coffea import (#1378)
make ndcctools.taskvine print not appear at general coffea import
fix: backport "finally fix `doublecrystalball` for good" (#1377)
* actually check for apply_where import
* check for ModuleNotFoundError too
* missing return statement here
* missing normalization and import typo