Skip to content

Commit

Permalink
use factor method instead of function
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbruin committed Mar 22, 2024
1 parent e72bdb9 commit 78a3090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/algebras/quatalg/quaternion_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ def order_with_level(self, level):
# for y in self.basis()])
# O = self.quaternion_order(P)

fact = factor(M1)
fact = M1.factor()
B = O.basis()

for (p, r) in fact:
Expand Down

0 comments on commit 78a3090

Please sign in to comment.