sort variables in operations

This commit is contained in:
giovanni
2024-12-18 15:17:59 +01:00
committed by Nicola Demo
parent 0adc013f5f
commit 9e0dc8fc54
2 changed files with 4 additions and 8 deletions

View File

@@ -39,13 +39,6 @@ class Union(OperationInterface):
set([geom.sample_modes for geom in self.geometries])
)
@property
def variables(self):
variables = []
for geom in self.geometries:
variables += geom.variables
return list(set(variables))
def is_inside(self, point, check_border=False):
"""
Check if a point is inside the ``Union`` domain.