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 330e1f3 commit 44c6b06Copy full SHA for 44c6b06
tests/test_local.py
@@ -25,7 +25,7 @@ def test_local_training():
25
f"""
26
Compare with https://github.com/aws/amazon-sagemaker-examples/tree/main/advanced_functionality/scikit_bring_your_own/container/local_test .
27
"""
28
- assert training_environment.SAGEMAKER_BASE_PATH == "/opt/ml", "default path should be /opt/ml"
+ assert training_environment.SAGEMAKER_BASE_PATH == "/opt/ml", "default path should be /opt/ml"
29
assert training_environment.base_dir.endswith("/opt_ml"), "override path should end with /opt_ml"
30
31
test_util._clean_training_opt_ml_dir()
0 commit comments