fix tutorial poisson

This commit is contained in:
Nicola Demo
2022-11-29 13:01:36 +01:00
parent 936f5e1043
commit e6f935842e
17 changed files with 1240 additions and 1176 deletions

View File

@@ -19,8 +19,6 @@ class Span(Location):
else:
raise TypeError
print(span_dict, self.fixed_, self.range_, 'YYYYYYYYYY')
@property
def variables(self):
return list(self.fixed_.keys()) + list(self.range_.keys())