Skip to content

Commit

Permalink
okay, now we're cooking
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Aug 18, 2023
1 parent 51c5aec commit f75b85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fwdpy11/genetic_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ def __eq__(self, other):
@attr.s(auto_attribs=True, frozen=True, repr_ns="fwdpy11")
class GaussianStabilizingSelection(_ll_GaussianStabilizingSelection):
@classmethod
def single_trait(optima):
def single_trait(cls, optima):
raise NotImplementedError

@classmethod
def pleiotropy(optima):
def pleiotropy(cls, optima):
raise NotImplementedError


Expand Down

0 comments on commit f75b85a

Please sign in to comment.