Skip to content

Some changes to checkpointing

Luis Salamanca requested to merge 78_last_checkpoint into master

We add a couple of small modifications to checkpointing:

  • The last checkpoint will be always the last one. To accomplish this, we just rename previous one with their date of creation, and then the new last will be saved as last.
  • For the checkpoint name, we use now scientific notation, to make the file name more meaningful.

This tackles mostly issue #78 (closed)

Merge request reports

Loading