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 dcaef38 commit a3cabe8Copy full SHA for a3cabe8
tests/unit/test_estimator.py
@@ -3458,5 +3458,6 @@ def test_script_mode_estimator_same_calls_as_framework(
3458
framework_estimator.fit(training_data_uri)
3459
3460
assert len(generic_estimator_tar_and_upload_dir_args) == 1
3461
+ assert len(generic_estimator_train_args) == 1
3462
assert generic_estimator_tar_and_upload_dir_args == patched_tar_and_upload_dir.call_args_list
3463
assert generic_estimator_train_args == sagemaker_session.train.call_args_list
0 commit comments