We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42afe24 commit 81b5eadCopy full SHA for 81b5ead
test/run/torchx_backend/schedulers/test_dgxcloud.py
@@ -162,7 +162,7 @@ def test_save_and_get_job_dirs():
162
assert isinstance(job_dirs["test_app_id"]["executor"], DGXCloudExecutor)
163
164
165
-def test_log_iter_str(dgx_cloud_scheduler, dgx_cloud_executor):
+def test_log_iter(dgx_cloud_scheduler, dgx_cloud_executor):
166
with mock.patch(
167
"nemo_run.run.torchx_backend.schedulers.dgxcloud._get_job_dirs"
168
) as mock_get_job_dirs:
0 commit comments