Gridap.jl
Gridap.jl copied to clipboard
Name conflict with `Statistics`
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?
The is no specific reason. We can fix this for the next (breaking) release
Great, this would fix the problem of name clash when using BenchmarkTools.jl
Will be part of v0.18