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

Commit 90da854

Browse files
author
Jaquier Aurélien Tristan
committed
fix init
1 parent 48616fc commit 90da854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bluepyopt/ephys/objectives.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __init__(self, name, feature, weight):
9999
weight (float): weight to scale to the efeature with
100100
"""
101101

102-
super(SingletonWeightObjective, self).__init__(name, [feature])
102+
super(SingletonWeightObjective, self).__init__(name, feature)
103103
self.weight = weight
104104

105105
def calculate_score(self, responses):

0 commit comments

Comments
 (0)