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 3045259 commit fedd74eCopy full SHA for fedd74e
tests/unit/sagemaker/jumpstart/estimator/test_estimator.py
@@ -977,7 +977,7 @@ def test_jumpstart_estimator_kwargs_match_parent_class(self):
977
Please add the new argument to the skip set below,
978
and reach out to JumpStart team."""
979
980
- init_args_to_skip: Set[str] = set(["kwargs"])
+ init_args_to_skip: Set[str] = set(["kwargs", "enable_remote_debug"])
981
fit_args_to_skip: Set[str] = set()
982
deploy_args_to_skip: Set[str] = set(["kwargs"])
983
0 commit comments