Skip to content

Commit c5b3cc2

Browse files
committed
resolve flake8 issues
1 parent 265c695 commit c5b3cc2

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

tests/integ/test_tf.py

+1-17
Original file line numberDiff line numberDiff line change
@@ -220,23 +220,7 @@ def test_mnist_distributed(
220220

221221

222222
@pytest.mark.slow_test
223-
def test_mnist_async(
224-
sagemaker_session,
225-
cpu_instance_type,
226-
tf_full_version,
227-
tf_full_py_version
228-
):
229-
230-
# Use the latest patch version for training, if available
231-
# tf_full_v = Version(tf_full_version)
232-
# tf_training_latest_v = Version(tensorflow_training_latest_version)
233-
#
234-
# if (tf_full_v.major, tf_full_v.minor) == (tf_training_latest_v.major, tf_training_latest_v.minor):
235-
# tf_fw_version = tensorflow_training_latest_version
236-
# else:
237-
# tf_fw_version = tf_full_version
238-
239-
# test
223+
def test_mnist_async(sagemaker_session, cpu_instance_type, tf_full_version, tf_full_py_version):
240224
if tf_full_version == "2.7.0":
241225
tf_full_version = "2.7.1"
242226

0 commit comments

Comments
 (0)