Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjorthmedh committed Sep 10, 2024
1 parent 7927f29 commit fd87864
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 @@ -2061,7 +2061,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 fd87864

Please sign in to comment.