fixing bug (#300)
Co-authored-by: Monthly Tag bot <mtbot@noreply.github.com>
This commit is contained in:
@@ -76,7 +76,7 @@ class SimplexDomain(Location):
|
||||
|
||||
@property
|
||||
def variables(self):
|
||||
return self._vertices_matrix.labels
|
||||
return sorted(self._vertices_matrix.labels)
|
||||
|
||||
def _build_cartesian(self, vertices):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user