Skip to content

Commit

Permalink
reverted test changes
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Joseph <[email protected]>
  • Loading branch information
Elias Joseph committed Nov 13, 2024
1 parent 4cf188e commit 80bfc35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ def test_mnist_training(self):

if __name__ == "__main__":
args, remaining_args = parse_args()
unittest.main(argv=[sys.argv[0]] + remaining_args)
unittest.main(argv=[sys.argv[0]] + remaining_args)

0 comments on commit 80bfc35

Please sign in to comment.