Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed May 4, 2024
1 parent 2a721f2 commit 74736f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_trainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ def test_regression_keras(self):
trainer.save(tmpfile.name)
tmpfile.close()

trainer.__repr__()


if __name__ == '__main__':
run_tests()

0 comments on commit 74736f1

Please sign in to comment.