Skip to content

Commit 70339d9

Browse files
author
Andrew Davison
committed
Small fix to HH_cond_exp2 example
1 parent c67dd0c commit 70339d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/HH_cond_exp2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from pyNN.utility import get_script_args
1717

18-
make_plot = False
18+
make_plot = True
1919

2020
simulator_name = get_script_args(1)[0]
2121
exec("from pyNN.%s import *" % simulator_name)
@@ -51,6 +51,7 @@
5151
hhcell.can_record = lambda x: True # hack
5252
for native_name in var_names[simulator_name].values():
5353
hhcell.record(native_name)
54+
hhcell.celltype.units[native_name] = ''
5455

5556
run(20.0)
5657

0 commit comments

Comments
 (0)