Skip to content

Commit

Permalink
make SingletonWeightObjective a child of SingletonObjective
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Feb 5, 2024
1 parent 6fddc82 commit 48616fc
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 @@ -87,7 +87,7 @@ def __str__(self):
return '( %s )' % self.features[0]


class SingletonWeightObjective(EFeatureObjective):
class SingletonWeightObjective(SingletonObjective):

"""Single EPhys feature"""

Expand Down

0 comments on commit 48616fc

Please sign in to comment.