minor fix

This commit is contained in:
Your Name
2022-07-20 17:23:53 +02:00
committed by Nicola Demo
parent 75a81af99c
commit a05adea4e3
10 changed files with 231 additions and 203 deletions

View File

@@ -5,7 +5,10 @@ from .abstract_problem import AbstractProblem
class TimeDependentProblem(AbstractProblem):
@property
@abstractmethod
def temporal_variable(self):
def temporal_domain(self):
pass
@property
def temporal_variables(self):
return self.temporal_domain.variables