Skip to content

Commit 73e0e9e

Browse files
committed
update tests
1 parent 7112b3e commit 73e0e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypernets/tests/hyperctl/test_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_load_local_batch_config():
9393
assert job1.params['learning_rate'] == 0.1
9494

9595
# assert job1.data_dir_path.as_posix().startswith(f"/tmp/{JOB_DATA_DIR_PREFIX}{batch_app.batch.name}")
96-
assert job1.working_dir.startswith(f"/tmp/{JOB_DATA_DIR_PREFIX}{batch_app.batch.name}")
96+
# assert job1.working_dir.startswith(f"/tmp/{JOB_DATA_DIR_PREFIX}{batch_app.batch.name}")
9797

9898
job2: _ShellJob = jobs[1]
9999
assert isinstance(job2, _ShellJob)

0 commit comments

Comments
 (0)