Skip to content

Commit

Permalink
Update firedrake/adjoint_utils/checkpointing.py
Browse files Browse the repository at this point in the history
Co-authored-by: David A. Ham <david.ham@imperial.ac.uk>
  • Loading branch information
Ig-dolci and dham authored Nov 21, 2024
1 parent 8e253b7 commit 0421485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firedrake/adjoint_utils/checkpointing.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from numbers import Number
_enable_disk_checkpoint = False
_checkpoint_init_data = False
disk_checkpointing_callback["error"] = "Please call enable_disk_checkpointing() "\
disk_checkpointing_callback["firedrake"] = "Please call enable_disk_checkpointing() "\
"before checkpointing on the disk."

__all__ = ["enable_disk_checkpointing", "disk_checkpointing",
Expand Down

0 comments on commit 0421485

Please sign in to comment.