Skip to content

Commit fcf32a4

Browse files
committed
fix bug
1 parent 18adb81 commit fcf32a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/experiments/test_study.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ def test_launch_parallel_study():
4848
for n_completed in summary_df["n_completed"]:
4949
assert n_completed == "4/4"
5050

51-
study_ = Study.load_study(study.study_dir)
52-
5351

5452
if __name__ == "__main__":
5553
test_launch_parallel_study()

0 commit comments

Comments
 (0)