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 7112b3e commit 73e0e9eCopy full SHA for 73e0e9e
hypernets/tests/hyperctl/test_application.py
@@ -93,7 +93,7 @@ def test_load_local_batch_config():
93
assert job1.params['learning_rate'] == 0.1
94
95
# 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}")
+ # assert job1.working_dir.startswith(f"/tmp/{JOB_DATA_DIR_PREFIX}{batch_app.batch.name}")
97
98
job2: _ShellJob = jobs[1]
99
assert isinstance(job2, _ShellJob)
0 commit comments