Skip to content

Commit

Permalink
Unexport normalise (#3453)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Feb 28, 2024
1 parent e86fe09 commit e45ff24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion experimental/ModStd/ModStdQt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

#=
Expand Down
1 change: 1 addition & 0 deletions src/imports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ let exclude_hecke = [
:leading_term,
:monomials,
:narrow_class_group,
:normalise,
:number_of_partitions,
:Partition,
:perm,
Expand Down

0 comments on commit e45ff24

Please sign in to comment.