Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/modules/fg_pid/fgp_module.py: Add deprecated_function_alias …
Browse files Browse the repository at this point in the history
…test_morphism_0
  • Loading branch information
mkoeppe committed Apr 1, 2022
1 parent 6e70cb2 commit a0e04eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sage/modules/fg_pid/fgp_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
from sage.rings.integer import Integer
from sage.arith.functions import lcm
from sage.misc.cachefunc import cached_method
from sage.misc.superseded import deprecated_function_alias
from sage.matrix.constructor import matrix

import sage.misc.weak_dict
Expand Down Expand Up @@ -2038,3 +2039,6 @@ def _test_morphism_0(*args, **kwds):
if len(I.smith_form_gens()) > 0:
x = phi.lift(I.smith_form_gen(0))
assert phi(x) == I.smith_form_gen(0)


test_morphism_0 = deprecated_function_alias(33617, _test_morphism_0)

0 comments on commit a0e04eb

Please sign in to comment.