Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Feb 7, 2024
1 parent c474515 commit 514bb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_model_training(self):
with patch.object(sys, "argv", testargs):
run_image_classification.main()
result = self.get_results(tmp_dir)
# self.assertGreaterEqual(result["eval_accuracy"], 0.8)
self.assertGreaterEqual(result["eval_accuracy"], 0.8)


class ModelInferenceTestMixin:
Expand Down

0 comments on commit 514bb60

Please sign in to comment.