Skip to content

Commit

Permalink
Merge pull request #187 from AurelienJaquier/sinespec
Browse files Browse the repository at this point in the history
pass also current to efel
  • Loading branch information
AurelienJaquier authored Jul 12, 2024
2 parents 18c0280 + 0a04227 commit fea3ea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bluepyefe/recording.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ def call_efel(self, efeatures, efel_settings=None):
'stim_start': [stim_start],
'stim_end': [stim_end]
}
if self.current is not None:
efel_trace["I"] = self.current

try:
return efel.getFeatureValues(
Expand Down

0 comments on commit fea3ea1

Please sign in to comment.