Skip to content

Commit

Permalink
avoid checkpoint by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Feb 18, 2025
1 parent 0b72a22 commit d6d95ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dacapo/experiments/run_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def save_bioimage_io_model(
license: str = "MIT",
input_test_image_path: Path | None = None,
output_test_image_path: Path | None = None,
checkpoint: int | str | None = "latest",
checkpoint: int | str | None = None,
in_voxel_size: Coordinate | None = None,
):
# TODO: Fix this import. Importing here due to circular imports.
Expand Down

0 comments on commit d6d95ab

Please sign in to comment.