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