Skip to content

Commit

Permalink
all tests passing locally
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Apr 1, 2024
1 parent 5b9507c commit 48480d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_DeepEnsemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ def test_chkpt_saved(temp_directory):
wd,
"--n_epochs",
str(n_epochs),
"--save_final_checkpoints",
"True",
]
"--save_final_checkpoint",
"--savefig"
]
# now run the subprocess
subprocess.run(subprocess_args, check=True)
# check if the right number of checkpoints are saved
Expand Down

0 comments on commit 48480d3

Please sign in to comment.