Skip to content

Commit

Permalink
Fix callback test
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Feb 19, 2020
1 parent 0fb9779 commit 906088c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions brian2modelfitting/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

def test_callback_text(capsys):
callback_text([1, 2, 3], [1.2, 2.3, 0.1], {'a':3}, 0.1, 2)
c, _ = capsys.readouterr()
assert_equal(c, "Round 2: fit {'a': 3} with error: 0.1\n")


def test_callback_none():
Expand Down

0 comments on commit 906088c

Please sign in to comment.