Skip to content

Commit cdd9c72

Browse files
committed
Fix #89
1 parent 3660c4d commit cdd9c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dnachisel/builtin_specifications/EnforceMeltingTemperature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __init__(self, mini=None, maxi=None, target=None, location=None, boost=1.0):
5757
self.location = Location.from_data(location)
5858
self.boost = boost
5959

60-
def initialize_on_problem(self, problem, role=None):
60+
def initialized_on_problem(self, problem, role=None):
6161
return self._copy_with_full_span_if_no_location(problem)
6262

6363
def evaluate(self, problem):

0 commit comments

Comments
 (0)