Skip to content

Commit

Permalink
remove print from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
knikolaou committed May 14, 2024
1 parent 38e1bdf commit e6e8d66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CI/unit_tests/neural_state/test_neural_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def test_get_dict(self):
targets=[],
ntk=[],
)
print(neural_state.get_dict())
assert neural_state.get_dict() == {
"loss": [],
"accuracy": [],
Expand Down

0 comments on commit e6e8d66

Please sign in to comment.