Skip to content

Commit

Permalink
fix init
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Feb 6, 2024
1 parent 48616fc commit 90da854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyopt/ephys/objectives.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(self, name, feature, weight):
weight (float): weight to scale to the efeature with
"""

super(SingletonWeightObjective, self).__init__(name, [feature])
super(SingletonWeightObjective, self).__init__(name, feature)
self.weight = weight

def calculate_score(self, responses):
Expand Down

0 comments on commit 90da854

Please sign in to comment.