Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 84802f0

Browse files
author
Jaquier Aurélien Tristan
committed
Fix instantiate arguments of LFPStimulus
1 parent 2212a7a commit 84802f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bluepyopt/ephys/stimuli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class LFPStimulus(Stimulus):
3636

3737
"""Base class for stimulus supporting LFPy cells."""
3838

39-
def instantiate():
39+
def instantiate(self, lfpy_cell=None):
4040
"""Run stimulus"""
4141
raise NotImplementedError
4242

0 commit comments

Comments
 (0)