Skip to content

Commit

Permalink
Fix deprecation warning in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Apr 14, 2024
1 parent 900fddc commit d662b20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sage/schemes/jacobians/abstract_jacobian.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ def is_Jacobian(J):
sage: C = Curve(x^3 + y^3 + z^3)
sage: J = Jacobian(C)
sage: is_Jacobian(J)
...
DeprecationWarning: Use Jacobian_generic directly
See https://github.com/sagemath/sage/issues/35467 for details.
True
::
Expand Down

0 comments on commit d662b20

Please sign in to comment.