Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic committed Jan 26, 2024
1 parent 677262c commit dcb6923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ecode/test_apthresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_apthresh_config(absolute_amplitude=False):
"t_unit": "ms",
"dt": 0.25,
"ljp": 14,
"ton": 10,
"ton": 10, # in ms
"tmid": 260, # in ms
"tmid2": 360, # in ms
"toff": 1360, # in ms
Expand Down

0 comments on commit dcb6923

Please sign in to comment.