fix examples (#21)

This commit is contained in:
Nicola Demo
2022-07-21 13:41:59 +02:00
committed by GitHub
parent 62f203fcc3
commit e8c2f87460
14 changed files with 63 additions and 67 deletions

View File

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