Update Checkpoints.md

This commit is contained in:
Jacqueline Deans
2022-10-26 13:53:53 -05:00
committed by GitHub
parent c588520727
commit cbe2b7fe32

View File

@ -28,8 +28,6 @@ trick.checkpoint_safestore(<period>)
trick.load_checkpoint(<filename>)
# Load a checkpoint without restoring STLs
trick.load_checkpoint(<filename>, False)
# Force the load_checkpoint job to run immediately
trick.load_checkpoint_job()
```