-
-
Notifications
You must be signed in to change notification settings - Fork 673
Open
Labels
Description
Steps To Reproduce
src/bin/sage -t --warn-long 5.0 --random-seed=210700063500461381029255797937294367397 src/sage/modular/abvar/torsion_subgroup.py
**********************************************************************
Error: Failed example:: Got: 1
G.multiple_of_order_using_frobp()
Expected:
97
Got:
1
**********************************************************************
Error: Failed example:: Got: [92645296242160800, 7275, 291, 1]
[G.multiple_of_order_using_frobp(p) for p in prime_range(3,13)]
Expected:
[92645296242160800, 7275, 291, 97]
Got:
[92645296242160800, 7275, 291, 1]
**********************************************************************
Error: Failed example:: Got: [92645296242160800, 7275, 291, 1, 1, 1]
[G.multiple_of_order_using_frobp(p) for p in prime_range(3,19)]
Expected:
[92645296242160800, 7275, 291, 97, 97, 97]
Got:
[92645296242160800, 7275, 291, 1, 1, 1]
**********************************************************************
1 item had failures:
3 of 25 in sage.modular.abvar.torsion_subgroup.RationalTorsionSubgroup.multiple_of_order_using_frobp
Expected Behavior
Actual Behavior
Additional Information
No response
Environment
- OS:
- Sage Version:
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide