Skip to content

Commit

Permalink
TMP debug
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Jul 22, 2020
1 parent 6196631 commit b2267b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nengo_dl/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ def test_stateful(Simulator, sim_stateful, func_stateful, func):
> 0
)
else:
print("TEST")
print(recwarns)
print([w.message for w in recwarns])
assert len(recwarns) == 0

getattr(sim, func)(**kwargs)
Expand Down

0 comments on commit b2267b0

Please sign in to comment.