helios.chkpt_migrator¶
Functions¶
Migrate existing checkpoints from a previous version of Helios to the current version. |
Module Contents¶
- helios.chkpt_migrator.migrate_checkpoints_to_current_version(root: pathlib.Path) None [source]¶
Migrate existing checkpoints from a previous version of Helios to the current version.
This function exists to provide backwards compatibility with checkpoints produced by older versions of Helios.
- Parameters:
root – the root where the checkpoints are stored.