Skip to content

Commit

Permalink
Merge pull request #186 from AurelienJaquier/fixtypo
Browse files Browse the repository at this point in the history
fix typo in SineSpec
  • Loading branch information
AurelienJaquier authored Jul 10, 2024
2 parents a450fbd + 47bb267 commit 18c0280
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 18c0280

Please sign in to comment.