Skip to content

Commit

Permalink
fix typo in SineSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Jul 10, 2024
1 parent a450fbd commit 47bb267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyefe/ecode/sineSpec.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def interpret(self, t, current, config_data, reader_data):
if "toff" in config_data and config_data["toff"] is not None:
self.toff = int(round(config_data["toff"] / self.dt))
else:
self.ton = 5100
self.toff = 5100
logger.warning(
"As toff was not specified for protocol {}, it will "
"be set to 5100ms.".format(self.protocol_name)
Expand Down

0 comments on commit 47bb267

Please sign in to comment.