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 5502167 commit 96f9ec3Copy full SHA for 96f9ec3
tests/unit/test_amazon_estimator.py
@@ -495,6 +495,7 @@ def test_get_xgboost_image_uri_warning_with_legacy(caplog):
495
get_image_uri(REGION, "xgboost", 1)
496
assert "There is a more up to date SageMaker XGBoost image." in caplog.text
497
498
+
499
def test_get_xgboost_image_uri_warning_with_no_sagemaker_version(caplog):
500
get_image_uri(REGION, "xgboost", "0.90")
501
0 commit comments