You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "src/sage/rings/function_field/drinfeld_modules/morphism.py", line 543, in sage.rings.function_field.drinfeld_modules.morphism.?.__invert__
Failed example:
f = phi.hom(K.random_element()) # known bug: macos (sporadic ValueError: the input does not define an isogeny)
Exception raised:
Traceback (most recent call last):
File "/home/runner/work/sage/sage/src/sage/doctest/forker.py", line 712, in _run
self.compile_and_execute(example, compiler, test.globs)
File "/home/runner/work/sage/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
exec(compiled, globs)
File "<doctest sage.rings.function_field.drinfeld_modules.morphism.?.__invert__[5]>", line 1, in <module>
f = phi.hom(K.random_element()) # known bug: macos (sporadic ValueError: the input does not define an isogeny)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/work/sage/sage/src/sage/rings/function_field/drinfeld_modules/drinfeld_module.py", line 2024, in hom
codomain = self.velu(x)
^^^^^^^^^^^^
File "/home/runner/work/sage/sage/src/sage/rings/function_field/drinfeld_modules/drinfeld_module.py", line 1930, in velu
raise e
ValueError: the input does not define an isogeny
Steps To Reproduce
No response
Expected Behavior
Tests pass
Actual Behavior
Additional Information
https://github.com/sagemath/sage/actions/runs/7506353535/job/20437594453#step:11:7266
Environment
Checklist
The text was updated successfully, but these errors were encountered: