minor fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user