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 d621d6a commit 85d63d3Copy full SHA for 85d63d3
tests/unit/sagemaker/workflow/test_steps.py
@@ -275,7 +275,7 @@ def test_training_step_tensorflow(sagemaker_session):
275
"sagemaker_distributed_dataparallel_custom_mpi_options": '""',
276
},
277
"ProfilerConfig": {"S3OutputPath": "s3://my-bucket/"},
278
- "Environment": {DEBUGGER_FLAG: "0"}
+ "Environment": {DEBUGGER_FLAG: "0"},
279
280
"CacheConfig": {"Enabled": True, "ExpireAfter": "PT1H"},
281
}
0 commit comments