Skip to content

Commit

Permalink
Merge branch 'neuromod_redux2' of github.com:Hjorthmedh/Snudda into n…
Browse files Browse the repository at this point in the history
…euromod_redux2
  • Loading branch information
Hjorthmedh committed Sep 10, 2024
2 parents c466598 + fd87864 commit c48bb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snudda/simulate/simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2073,7 +2073,7 @@ def run(self, t=None, hold_v=None):
else:
t = 1000.0

self.sanity_check_play_vectors(sim_end_time=t)
self.sanity_check_play_vectors(sim_end_time=t*1e-3)

if hold_v is None:
if self.sim_info is not None and "hold_voltage" in self.sim_info:
Expand Down

0 comments on commit c48bb1f

Please sign in to comment.