Skip to content

Commit

Permalink
adding an arg for data_path
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed May 7, 2024
1 parent d0c4359 commit 0284186
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_DeepEvidentialRegression.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,12 @@ def test_DER_chkpt_saved(self,
subprocess_args = [
"python",
"src/scripts/DeepEvidentialRegression.py",
"--data_path",
str(temp_data),
"--noise_level",
noise_level,
"--size_df",
size_df,
"--out_dir",
str(temp_directory) + "/",
"--n_epochs",
Expand Down

0 comments on commit 0284186

Please sign in to comment.