Skip to content

Commit

Permalink
Use the correct teardown function for the new test
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed May 13, 2016
1 parent ca13fb6 commit edfb288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brian2/tests/test_network.py
Expand Up @@ -1161,7 +1161,7 @@ def test_magic_scope():


@attr('standalone-compatible')
@with_setup(teardown=restore_initial_state)
@with_setup(teardown=reinit_devices)
def test_runtime_rounding():
# Test that runtime and standalone round in the same way, see github issue
# #695 for details
Expand Down

0 comments on commit edfb288

Please sign in to comment.