New ray class #9025
Annotations
10 errors and 12 warnings
|
Test:
src/sage/modular/hecke_character.py#L417
Failed example:: Got: Group of finite order Hecke characters modulo (Fractional ideal (11/2*a + 5/2)) * ∞_0 * ∞_1
|
|
Test:
src/sage/modular/hecke_character.py#L398
Failed example:: Exception raised:
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 734, in _run
self.compile_and_execute(example, compiler, test.globs)
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 1158, in compile_and_execute
exec(compiled, globs)
File "<doctest sage.modular.hecke_character.HeckeCharacter.lfunction[5]>", line 1, in <module>
[L(-n) for n in range(Integer(3))]
^
NameError: name 'L' is not defined
|
|
Test:
src/sage/modular/hecke_character.py#L396
Failed example:: Exception raised:
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 734, in _run
self.compile_and_execute(example, compiler, test.globs)
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 1158, in compile_and_execute
exec(compiled, globs)
File "<doctest sage.modular.hecke_character.HeckeCharacter.lfunction[4]>", line 1, in <module>
L = chi.lfunction(prec=Integer(100)); L
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/modular/hecke_character.py", line 404, in lfunction
L = LFunction(lfun_hecke(self), prec=prec)
^^^^^^^^^^^^^^^^
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/lfunctions/pari.py", line 282, in lfun_hecke
if not chi.is_primitive():
^^^^^^^^^^^^^^^^^^
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/modular/hecke_character.py", line 198, in is_primitive
return bnr.bnrisconductor(self.modulus()) # not correct
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "cypari2/auto_gen.pxi", line 5295, in cypari2.gen.Gen_base.bnrisconductor
File "cypari2/handle_error.pyx", line 211, in cypari2.handle_error._pari_err_handle
raise PariError(errnum, pari_error_string, clone_gen_noclear(E))
cypari2.handle_error.PariError: incorrect type in bnr_subgroup_check (t_VEC)
|
|
Test:
src/sage/modular/hecke_character.py#L191
Failed example:: Exception raised:
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 734, in _run
self.compile_and_execute(example, compiler, test.globs)
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 1158, in compile_and_execute
exec(compiled, globs)
File "<doctest sage.modular.hecke_character.HeckeCharacter.bool[3]>", line 1, in <module>
bools
NameError: name 'bools' is not defined
|
|
Test:
src/sage/modular/hecke_character.py#L190
Failed example:: Exception raised:
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 734, in _run
self.compile_and_execute(example, compiler, test.globs)
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 1158, in compile_and_execute
exec(compiled, globs)
File "<doctest sage.modular.hecke_character.HeckeCharacter.bool[2]>", line 1, in <module>
bools = [chi.is_primitive() for chi in H]; bools.sort()
^^^^^^^^^^^^^^^^^^
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/modular/hecke_character.py", line 198, in is_primitive
return bnr.bnrisconductor(self.modulus()) # not correct
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "cypari2/auto_gen.pxi", line 5295, in cypari2.gen.Gen_base.bnrisconductor
File "cypari2/handle_error.pyx", line 211, in cypari2.handle_error._pari_err_handle
raise PariError(errnum, pari_error_string, clone_gen_noclear(E))
cypari2.handle_error.PariError: incorrect type in bnr_subgroup_check (t_VEC)
|
|
Test:
src/sage/modular/hecke_character.py#L62
Failed example:: Got: -1
|
|
Test:
src/sage/lfunctions/pari.py#L279
Failed example:: Exception raised:
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 734, in _run
self.compile_and_execute(example, compiler, test.globs)
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 1158, in compile_and_execute
exec(compiled, globs)
File "<doctest sage.lfunctions.pari.lfun_hecke[11]>", line 1, in <module>
[L(-n) for n in range(Integer(3))] # abs tol 1e-10
^
NameError: name 'L' is not defined
|
|
Test:
src/sage/lfunctions/pari.py#L278
Failed example:: Exception raised:
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 734, in _run
self.compile_and_execute(example, compiler, test.globs)
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 1158, in compile_and_execute
exec(compiled, globs)
File "<doctest sage.lfunctions.pari.lfun_hecke[10]>", line 1, in <module>
L = LFunction(lfun_hecke(chi))
^^^^^^^^^^^^^^^
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/lfunctions/pari.py", line 282, in lfun_hecke
if not chi.is_primitive():
^^^^^^^^^^^^^^^^^^
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/modular/hecke_character.py", line 198, in is_primitive
return bnr.bnrisconductor(self.modulus()) # not correct
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "cypari2/auto_gen.pxi", line 5295, in cypari2.gen.Gen_base.bnrisconductor
File "cypari2/handle_error.pyx", line 211, in cypari2.handle_error._pari_err_handle
raise PariError(errnum, pari_error_string, clone_gen_noclear(E))
cypari2.handle_error.PariError: incorrect type in bnr_subgroup_check (t_VEC)
|
|
Test:
src/sage/lfunctions/pari.py#L271
Failed example:: Exception raised:
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 734, in _run
self.compile_and_execute(example, compiler, test.globs)
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 1158, in compile_and_execute
exec(compiled, globs)
File "<doctest sage.lfunctions.pari.lfun_hecke[5]>", line 1, in <module>
L(Integer(3))
^
NameError: name 'L' is not defined
|
|
Test:
src/sage/lfunctions/pari.py#L270
Failed example:: Exception raised:
Traceback (most recent call last):
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 734, in _run
self.compile_and_execute(example, compiler, test.globs)
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/doctest/forker.py", line 1158, in compile_and_execute
exec(compiled, globs)
File "<doctest sage.lfunctions.pari.lfun_hecke[4]>", line 1, in <module>
L = LFunction(lfun_hecke(chi))
^^^^^^^^^^^^^^^
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/lfunctions/pari.py", line 282, in lfun_hecke
if not chi.is_primitive():
^^^^^^^^^^^^^^^^^^
File "/Users/runner/miniconda3/envs/sage-dev/lib/python3.12/site-packages/sage/modular/hecke_character.py", line 198, in is_primitive
return bnr.bnrisconductor(self.modulus()) # not correct
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "cypari2/auto_gen.pxi", line 5295, in cypari2.gen.Gen_base.bnrisconductor
File "cypari2/handle_error.pyx", line 211, in cypari2.handle_error._pari_err_handle
raise PariError(errnum, pari_error_string, clone_gen_noclear(E))
cypari2.handle_error.PariError: incorrect type in bnr_subgroup_check (t_VEC)
|
|
Test:
src/sage/schemes/elliptic_curves/isogeny_small_degree.py#L2231
slow doctest:: Test ran for 6.16s cpu, 12.03s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/rings/lazy_series_ring.py#L2757
slow doctest:: Test ran for 6.76s cpu, 12.47s wall
Check ran for 0.00s cpu, 0.01s wall
|
|
Test:
src/sage/repl/configuration.py#L123
slow doctest:: Test ran for 5.05s cpu, 0.14s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/quivers/algebra_elements.pxi#L306
slow doctest:: Test ran for 5.64s cpu, 11.94s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/misc/sagedoc.py#L31
slow doctest:: Test ran for 5.20s cpu, 10.44s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/interfaces/gap_workspace.py#L56
slow doctest:: Test ran for 5.14s cpu, 9.41s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/geometry/polyhedron/palp_database.py#L8
slow doctest:: Test ran for 7.37s cpu, 14.44s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/features/interfaces.py#L73
slow doctest:: Test ran for 5.01s cpu, 6.27s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/combinat/key_polynomial.py#L1369
slow doctest:: Test ran for 8.93s cpu, 16.33s wall
Check ran for 0.00s cpu, 0.00s wall
|
|
Test:
src/sage/categories/finite_fields.py#L441
slow doctest:: Test ran for 11.17s cpu, 20.78s wall
Check ran for 0.01s cpu, 0.00s wall
|
|
Setup Conda environment
WARNING conda.cli.main_config:_set_key(451): Key auto_activate_base is an alias of auto_activate; setting value with latter
|
|
Setup Conda environment
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
|
Loading