From e45ff24a2ddfb02d44151157649a8bc26e18941a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= <lars.goettgens@rwth-aachen.de> Date: Wed, 28 Feb 2024 16:24:12 +0100 Subject: [PATCH] Unexport normalise (#3453) --- experimental/ModStd/ModStdQt.jl | 1 - src/imports.jl | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/ModStd/ModStdQt.jl b/experimental/ModStd/ModStdQt.jl index 7dab3e522520..b4268bc519bd 100644 --- a/experimental/ModStd/ModStdQt.jl +++ b/experimental/ModStd/ModStdQt.jl @@ -21,7 +21,6 @@ function Oscar.evaluate(f::FracElem{<:MPolyRingElem}, v::Vector{<:RingElem}; Err return n//d end -Oscar.normalise(f::QQPolyRingElem, ::Int64) = error("no normalise") #length(f) #Oscar.set_length!(f::QQPolyRingElem, ::Int64) = error("no set_length") #f #= diff --git a/src/imports.jl b/src/imports.jl index f2df7ed9bc66..9c7ff7555fb8 100644 --- a/src/imports.jl +++ b/src/imports.jl @@ -167,6 +167,7 @@ let exclude_hecke = [ :leading_term, :monomials, :narrow_class_group, + :normalise, :number_of_partitions, :Partition, :perm,