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 0779a5b commit d621d6aCopy full SHA for d621d6a
tests/integ/test_debugger.py
@@ -749,7 +749,7 @@ def test_mxnet_with_debugger_hook_config_disabled(
749
job_description = mx.latest_training_job.describe()
750
751
assert job_description.get("DebugHookConfig") is None
752
- assert job_description.get("Environment", {}).get("USE_SMDEBUG") == "0"
+ assert job_description.get("Environment", {}).get(DEBUGGER_FLAG) == "0"
753
754
755
def _get_rule_evaluation_statuses(job_description):
0 commit comments