Skip to content

Commit

Permalink
we are not testing this code here
Browse files Browse the repository at this point in the history
avoids side-effects from doctest order
  • Loading branch information
malb committed Jan 28, 2024
1 parent 58a009f commit fc432b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fpylll/fplll/gso.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,7 @@ cdef class MatGSO:
>>> M = GSO.Mat(A)
>>> M.float_type
'double'
>>> FPLLL.set_precision(100)
53
>>> _ = FPLLL.set_precision(100)
>>> M = GSO.Mat(A, float_type='mpfr')
>>> M.float_type
'mpfr'
Expand Down

0 comments on commit fc432b2

Please sign in to comment.