diff --git a/src/GroupRings.jl b/src/GroupRings.jl index 2586a62..e802de8 100644 --- a/src/GroupRings.jl +++ b/src/GroupRings.jl @@ -190,7 +190,7 @@ function deepcopy_internal(X::GroupRingElem, dict::ObjectIdDict) end function hash(X::GroupRingElem, h::UInt) - return hash(full(X.coeffs), hash(parent(X), hash(GroupRingElem, h))) + return hash(X.coeffs, hash(parent(X), hash(GroupRingElem, h))) end function getindex(X::GroupRingElem, n::Int)