Skip to content

Commit

Permalink
Fix probe test.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Sep 30, 2024
1 parent 292ea4e commit 7a6c37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test/unit/test_probes.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def probes(self, _):
),
A.cable_probe_density_state_cell(mechanism="hh", state="n", tag="hh-n-all"),
A.cable_probe_point_state(
target=0, mechanism="expsyn", state="g", tag="expsyn-g"
target="syn0", mechanism="expsyn", state="g", tag="expsyn-g"
),
A.cable_probe_point_state_cell(
mechanism="exp2syn", state="B", tag="expsyn-B-all"
Expand Down

0 comments on commit 7a6c37b

Please sign in to comment.