Skip to content

Commit

Permalink
Small fix in rotate
Browse files Browse the repository at this point in the history
  • Loading branch information
LeanderReascos authored Jan 21, 2025
1 parent d93ea4b commit 830b4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sympt/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ def rotate(self, expr, max_order=None, return_form=None):
The rotated expression in the specified form.
"""
if max_order is None:
max_order = max(self.__S.keys())
max_order = self.__max_order

return_form = self.__return_form if return_form is None else return_form

Expand Down

0 comments on commit 830b4c5

Please sign in to comment.