Maintenance/checkpointing#182
Draft
otaub wants to merge 94 commits into
Draft
Conversation
mcw92
self-requested a review
February 16, 2026 07:21
…d touching attrs in the parallel opened checkpoint file
…nd origin, implemented active_on_island
…coverage file from pre-commit hooks, fixed a missed merge conflicts
…heckpoint, population is now stored in a dict, refactored intra island send, adapted propulator tests for different checkpointing scenarios, adapted migrator and pollinator to dict population, removed summary for now
otaub
force-pushed
the
maintenance/checkpointing
branch
from
February 19, 2026 19:22
9103a0f to
9f545fc
Compare
Contributor
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #182 +/- ##
==========================================
- Coverage 85.88% 85.43% -0.46%
==========================================
Files 16 17 +1
Lines 1792 1819 +27
==========================================
+ Hits 1539 1554 +15
- Misses 253 265 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…nger needed checks
…t for the last generation
for more information, see https://pre-commit.ci
…ltz-AI-Energy/propulate into maintenance/checkpointing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR replaces the pickle based checkpointing with HDF5.
Main changes:
Minor changes
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Checklist: