Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
recursix committed Dec 10, 2024
1 parent 18adb81 commit fcf32a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/experiments/test_study.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def test_launch_parallel_study():
for n_completed in summary_df["n_completed"]:
assert n_completed == "4/4"

study_ = Study.load_study(study.study_dir)


if __name__ == "__main__":
test_launch_parallel_study()

0 comments on commit fcf32a4

Please sign in to comment.