Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Dec 19, 2024
1 parent 10b31b3 commit 963dde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/multi_polynomial_libsingular.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -4669,7 +4669,7 @@ cdef class MPolynomial_libsingular(MPolynomial_libsingular_base):
...
AlarmInterrupt
sage: f.lift(I)
Polynomial Sequence with 256 Polynomials in 2 Variables
Polynomial Sequence with 324 Polynomials in 2 Variables
"""
cdef ideal *fI = idInit(1, 1)
cdef ideal *_I
Expand Down

0 comments on commit 963dde6

Please sign in to comment.