Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Oct 29, 2024
1 parent 1115e6b commit a962c82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/usecases/voltage/test_voltage.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def check_ode(mech_name, step):
for _ in range(4):
v_expected = step(s(0.5).v, c)
h.fadvance()
# print(f"{s(0.5).v = }, {v_expected}")
np.testing.assert_approx_equal(s(0.5).v, v_expected, significant=10)


Expand Down

0 comments on commit a962c82

Please sign in to comment.