added pass and fail tests
This commit is contained in:
@ -27,8 +27,6 @@ class ObjectiveFunction(BaseModel):
|
||||
else:
|
||||
for target in targets:
|
||||
target.drift = round(target.drift + amount, 2)
|
||||
print(self.tif_targets)
|
||||
print(self.tcc_targets)
|
||||
return amount
|
||||
|
||||
def update_targets_drift(self, amount: float = 0.0):
|
||||
|
Reference in New Issue
Block a user