Skip to content

Commit

Permalink
fix wrong codegen target value in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Sep 11, 2024
1 parent aa12853 commit 3a5e4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brian2/tests/test_neurongroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1987,7 +1987,7 @@ def test_random_values_fixed_seed():


_random_values = {
("RuntimeDevice", "auto", None): (
("RuntimeDevice", "numpy", None): (
[0.1636023, 0.76229608, 0.74945305, 0.82121212, 0.82669968],
[-0.7758696, 0.13295831, 0.87360834, -1.21879122, 0.62980314],
),
Expand Down

0 comments on commit 3a5e4c1

Please sign in to comment.