Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Jan 31, 2024
1 parent e438278 commit 606c435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyefe/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def as_dict(self, save_files_used=False, default_std_value=1e-3):
std = self.std
if std == 0.0:
logger.warning(
"Standard deviation for efeatures {} stimulus {} is 0 and"
"Standard deviation for efeatures {} stimulus {} is 0 and "
"will be set to {}".format(
self.efel_feature_name, self.protocol_name, default_std_value
)
Expand Down

0 comments on commit 606c435

Please sign in to comment.