Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
akashorabek committed Jan 29, 2025
1 parent 5b4f854 commit 4429551
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def test_sklearn_mnist_classification(self):
true_label, expected_prediction = expected_outputs[i].split(',')
self.assertEqual(predictions_dict[true_label], expected_prediction)


# TODO(https://github.com/apache/beam/issues/33796) use older numpy version for python 3.9 and 3.10
@unittest.skipIf((3, 9, 0) <= sys.version_info < (3, 11, 0), "Beam#33796")
def test_sklearn_mnist_classification_large_model(self):
Expand Down

0 comments on commit 4429551

Please sign in to comment.