You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Julia v1.10.0-DEV versions are complaining about redefinition of models methods in the test scripts
Test Summary: | Pass Total Time
Missing Omit | 2 2 0.5s
WARNING: Method definition models(Symbol) in module Main at /Users/dmbates/.julia/dev/MixedModels/test/modelcache.jl:47 overwritten on the same line (check for duplicate calls to `include`).
Test Summary: | Pass Total Time
isnested | 5 5 1.3s
Should we wrap the include calls for modelcache.jl in a test of whether the method exists?
The text was updated successfully, but these errors were encountered:
dmbates
changed the title
Redefinition of models in test scripts
Redefinition of models method in test scripts
May 15, 2023
Julia v1.10.0-DEV versions are complaining about redefinition of
models
methods in the test scriptsShould we wrap the
include
calls formodelcache.jl
in a test of whether the method exists?The text was updated successfully, but these errors were encountered: