Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
S17A05 committed Apr 14, 2024
1 parent d4bc980 commit e56386d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/algebras/quatalg/quaternion_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ class QuaternionAlgebraFactory(UniqueFactory):
Check that construction via ramification yields the correct algebra, i.e.
that the differences between Sage and PARI are incorporated correctly::
sage: x = polygen(ZZ, 'x')
sage: K.<v> = NumberField(-3*x^5 - 11*x^4 - 4*x^3 + 1)
sage: QuaternionAlgebra(K, [], [1/2, 0, 1/2]) # not tested
Expand All @@ -280,7 +281,7 @@ class QuaternionAlgebraFactory(UniqueFactory):
sage: inv_arch = [1/2, 1/2, 0, 0]
sage: QuaternionAlgebra(K, [P,Q], inv_arch) # not tested
Quaternion Algebra (-51/4*j^3 - 11/4*j^2 + 523/4*j + 47/4, 149/2*j^3 + 85*j^2 - 1073/2*j - 900)
with base ring Number Field in j with defining polynomial 5*x^4 - 50*x^2 + 5
with base ring Number Field in j with defining polynomial 5*x^4 - 50*x^2 + 5
"""
def create_key(self, arg0, arg1=None, arg2=None, names='i,j,k'):
Expand Down

0 comments on commit e56386d

Please sign in to comment.