```julia julia> info(rms) ERROR: MethodError: no method matching info(::MLJBase.RMS, ::Val{:other}) Closest candidates are: info(::Any) at /Users/anthony/Dropbox/Julia7/MLJ/MLJBase/src/MLJBase.jl:188 info(::Any, ::Val{:measure}) at /Users/anthony/Dropbox/Julia7/MLJ/MLJBase/src/measures.jl:91 Stacktrace: [1] info(::MLJBase.RMS) at /Users/anthony/Dropbox/Julia7/MLJ/MLJBase/src/MLJBase.jl:188 [2] top-level scope at none:0 ``` Remedy: put ScientificTypes.TRAIT_GIVEN_FUNCTION updates back into __init__ (baby went out with the bathwater in last patch 😢)