Skip to content

Commit

Permalink
Remove FIXME and print in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaFicarelli committed Mar 1, 2024
1 parent 3d0ebe1 commit ad6594a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions tests/functional_tests/test_protocols_from_nexus.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ def test_protocols(db_from_nexus, tmp_path):
protocols=evaluator.fitness_protocols.values(), param_values=params
)

# FIXME: remove print after clarifying the different result when executing the test alone
print(responses)
assert_allclose(responses["bpo_rmp"], -82.61402706564716, rtol=1e-06)
assert_allclose(responses["bpo_holding_current"], -0.05, rtol=1e-06)
assert_allclose(responses["bpo_rin"], 41.151498, rtol=1e-06)
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ setenv =
OMP_NUM_THREADS=1
commands =
make clean
# --forked is needed to run simulations with neuron in separate and clean processes
pytest {[testenv]coverage_options} tests -vsx --forked
coverage report --show-missing
coverage xml
Expand Down

0 comments on commit ad6594a

Please sign in to comment.