Fix bugs in 0.2 (#344)

* Fix some bugs
This commit is contained in:
FilippoOlivo
2024-09-12 18:12:59 +02:00
committed by Nicola Demo
parent f0d68b34c7
commit 30f865d912
11 changed files with 112 additions and 55 deletions

View File

@@ -15,4 +15,7 @@ class ConditionInterface(metaclass=ABCMeta):
:param model: The model to evaluate the condition.
:return: The residual of the condition.
"""
pass
pass
def set_problem(self, problem):
self._problem = problem