Skip to content

Commit

Permalink
fix test for the new uniform
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino committed Nov 15, 2024
1 parent f9e61d7 commit c361243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pytest_coreneuron/test_zptrlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_random_play(): # for coverage of ptrlist changes #1815
for _ in range(3):
h.fadvance()
std = h.Vector(
[0.0, 0.00046940111168614074, 0.004571699024450762, 0.01086603263672303]
[0.0, 0.006769657533393409, 0.01017024899523811, 0.016085586243023933]
)
assert v_vec.c().sub(std).abs().sum() < 1e-15

Expand Down

0 comments on commit c361243

Please sign in to comment.