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 7248043 commit d6fa070Copy full SHA for d6fa070
tests/integ/test_edge.py
@@ -58,7 +58,9 @@ def mxnet_training_job(
58
return mx.latest_training_job.name
59
60
61
-@pytest.mark.skip(reason="Edge has been deprecated. Skipping until feature team deprecates functionality.")
+@pytest.mark.skip(
62
+ reason="Edge has been deprecated. Skipping until feature team deprecates functionality."
63
+)
64
def test_edge_packaging_job(mxnet_training_job, sagemaker_session):
65
estimator = MXNet.attach(mxnet_training_job, sagemaker_session=sagemaker_session)
66
model = estimator.compile_model(
0 commit comments