-
Notifications
You must be signed in to change notification settings - Fork 141
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The last command below takes a long time -- I did not wait for it to finish. It can also be reproduced using only AbstractAlgebra
To Reproduce
Steps to reproduce the behaviour, please provide a code snippet that triggers
the bug.
# using Pkg; Pkg.develop(path="/home/zez25zuh/OSCAR/GIT/AbstractAlgebra.jl");
# using AbstractAlgebra
P,(x,y) = polynomial_ring(QQ, ["x", "y"]);
f = x+y+1;
R,phi = residue_ring(P,f);
residue_ring(R, phi(x))
Expected behavior
A bit faster?
System (please complete the following information):
Please paste the output of Oscar.versioninfo(full=true)
below. If this does
not work, please paste the output of Julia's versioninfo()
and your Oscar
version.
julia> Oscar.versioninfo(full=true)
OSCAR version 1.3.0-DEV - #master, 409d74e527 -- 2024-12-17 11:22:07 +0100
combining:
AbstractAlgebra.jl v0.44.1 - #master, c10f88063e -- 2024-12-19 18:04:37 +0100
GAP.jl v0.12.2
Hecke.jl v0.35.0
Nemo.jl v0.48.0 - #JAA/is_nilpotent, 0773b2670a -- 2024-12-18 14:46:53 +0100
Polymake.jl v0.11.23
Singular.jl v0.24.1
building on:
FLINT_jll v300.100.300+0
GAP_jll v400.1300.102+2
Singular_jll v404.1.700+0
libpolymake_julia_jll v0.13.0+0
libsingular_julia_jll v0.46.1+0
polymake_jll v400.1300.2+0
See `]st -m` for a full list of dependencies.
Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 20 × Intel(R) Core(TM) i9-10900 CPU @ 2.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, skylake)
Threads: 1 default, 0 interactive, 1 GC (on 20 virtual cores)
Environment:
JULIA_LOAD_PATH = @:@v#.#:@stdlib:/environments/globalenv
JULIA_DEPOT_PATH = /home/zez25zuh/.julia:
Official https://julialang.org/ release
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working