Commit 1b436ab
Release Manager
gh-38199: Delete _check_rank_two method for Drinfeld modules
This method does nothing if the Drinfeld module has rank two, and raises
an exception otherwise. It was introduced in the first version of the
implementation, when some methods were only available for the rank two
case (e.g. `frobenius_trace`, `frobenius_norm`, etc). A `grep` reveals
that the method is never called, which makes it useless. Therefore, I
propose to remove it.
URL: #38199
Reported by: Antoine Leudière
Reviewer(s): David Ayotte
File tree
1 file changed
+0
-21
lines changed- src/sage/rings/function_field/drinfeld_modules
1 file changed
+0
-21
lines changedLines changed: 0 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
759 | 759 | | |
760 | 760 | | |
761 | 761 | | |
762 | | - | |
763 | | - | |
764 | | - | |
765 | | - | |
766 | | - | |
767 | | - | |
768 | | - | |
769 | | - | |
770 | | - | |
771 | | - | |
772 | | - | |
773 | | - | |
774 | | - | |
775 | | - | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | | - | |
780 | | - | |
781 | | - | |
782 | | - | |
783 | 762 | | |
784 | 763 | | |
785 | 764 | | |
| |||
0 commit comments