Skip to content

Commit

Permalink
Fix #89
Browse files Browse the repository at this point in the history
  • Loading branch information
veghp committed Nov 7, 2024
1 parent 3660c4d commit cdd9c72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self, mini=None, maxi=None, target=None, location=None, boost=1.0):
self.location = Location.from_data(location)
self.boost = boost

def initialize_on_problem(self, problem, role=None):
def initialized_on_problem(self, problem, role=None):
return self._copy_with_full_span_if_no_location(problem)

def evaluate(self, problem):
Expand Down

0 comments on commit cdd9c72

Please sign in to comment.