Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Oct 2, 2021
2 parents b00cfc8 + 73aabd2 commit 39e4b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/sets/condition_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def arguments(self):
sage: args[0].parent()
Symbolic Ring
"""
from sage.symbolic.ring import SR
return SR.var(self.variable_names())

def _element_constructor_(self, *args, **kwds):
Expand Down

0 comments on commit 39e4b5c

Please sign in to comment.