We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18adb81 commit fcf32a4Copy full SHA for fcf32a4
tests/experiments/test_study.py
@@ -48,8 +48,6 @@ def test_launch_parallel_study():
48
for n_completed in summary_df["n_completed"]:
49
assert n_completed == "4/4"
50
51
- study_ = Study.load_study(study.study_dir)
52
-
53
54
if __name__ == "__main__":
55
test_launch_parallel_study()
0 commit comments