Gridap.jl icon indicating copy to clipboard operation
Gridap.jl copied to clipboard

Name conflict with `Statistics`

Open lhupe opened this issue 3 years ago • 2 comments

Gridap defines and exports a mean function (in /src/CellData/CellFields.jl) that conflicts with the Statistics standard library. Is there a specific reason to define a new function instead of extending Statistics.mean in Gridap?

lhupe avatar Jul 15 '22 09:07 lhupe

The is no specific reason. We can fix this for the next (breaking) release

fverdugo avatar Jul 15 '22 11:07 fverdugo

Great, this would fix the problem of name clash when using BenchmarkTools.jl

kishore-nori avatar Jul 21 '22 08:07 kishore-nori

Will be part of v0.18

JordiManyer avatar Mar 28 '24 02:03 JordiManyer