File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,10 @@ def test_mnist_with_checkpoint_config(
86
86
tensorflow_training_latest_py_version ,
87
87
):
88
88
if Version (tensorflow_training_latest_version ) >= Version ("2.16" ):
89
- pytest .skip ("This test is failing in TensorFlow 2.16 beacuse of an upstream bug: "
90
- "https://github.com/tensorflow/io/issues/2039" )
89
+ pytest .skip (
90
+ "This test is failing in TensorFlow 2.16 beacuse of an upstream bug: "
91
+ "https://github.com/tensorflow/io/issues/2039"
92
+ )
91
93
checkpoint_s3_uri = "s3://{}/checkpoints/tf-{}" .format (
92
94
sagemaker_session .default_bucket (), sagemaker_timestamp ()
93
95
)
@@ -239,8 +241,10 @@ def test_mnist_distributed_cpu(
239
241
tensorflow_training_latest_py_version ,
240
242
):
241
243
if Version (tensorflow_training_latest_version ) >= Version ("2.16" ):
242
- pytest .skip ("This test is failing in TensorFlow 2.16 beacuse of an upstream bug: "
243
- "https://github.com/tensorflow/io/issues/2039" )
244
+ pytest .skip (
245
+ "This test is failing in TensorFlow 2.16 beacuse of an upstream bug: "
246
+ "https://github.com/tensorflow/io/issues/2039"
247
+ )
244
248
_create_and_fit_estimator (
245
249
sagemaker_session ,
246
250
tensorflow_training_latest_version ,
Original file line number Diff line number Diff line change @@ -693,8 +693,10 @@ def test_tuning_tf(
693
693
tensorflow_training_latest_py_version ,
694
694
):
695
695
if Version (tensorflow_training_latest_version ) >= Version ("2.16" ):
696
- pytest .skip ("This test is failing in TensorFlow 2.16 beacuse of an upstream bug: "
697
- "https://github.com/tensorflow/io/issues/2039" )
696
+ pytest .skip (
697
+ "This test is failing in TensorFlow 2.16 beacuse of an upstream bug: "
698
+ "https://github.com/tensorflow/io/issues/2039"
699
+ )
698
700
resource_path = os .path .join (DATA_DIR , "tensorflow_mnist" )
699
701
script_path = "mnist.py"
700
702
You can’t perform that action at this time.
0 commit comments