Skip to content

Commit b326b44

Browse files
committed
deleted local path
1 parent 36ef91c commit b326b44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_runs/test_converter/test_raytune.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
class TestRayTune(unittest.TestCase):
88
def test_test(self):
9-
RayTuneRun.from_path(Path("/Users/krissi/Documents/DeepCAVE/logs/RayTune/run_3"))
9+
run = RayTuneRun.from_path(Path("logs/RayTune/run_3"))
10+
run.is_valid_run()
1011

1112

1213
if __name__ == "__main__":

0 commit comments

Comments
 (0)