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
I get the following output running the tests in this package locally:
WARNING: Method definition (::Type{HighDimPDE.PIDESolution{X0, Ts, L, Us, NNs, Ls} where Ls where NNs where Us where L where Ts where X0})(Any, Any, Any, Any, Any, Any) inmodule HighDimPDE at /home/runner/work/HighDimPDE.jl/HighDimPDE.jl/src/HighDimPDE.jl:115 overwritten at /home/runner/work/HighDimPDE.jl/HighDimPDE.jl/src/HighDimPDE.jl:122.
ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.
WARNING: Method definition (::Type{HighDimPDE.PIDESolution{X0, Ts, L, Us, NNs, Ls} where Ls where NNs where Us where L where Ts where X0})(Any, Any, Any, Any, Any, Any) inmodule HighDimPDE at /home/runner/work/HighDimPDE.jl/HighDimPDE.jl/src/HighDimPDE.jl:115 overwritten at /home/runner/work/HighDimPDE.jl/HighDimPDE.jl/src/HighDimPDE.jl:122.
ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.
I think this makes running the tests much slower than before.
The text was updated successfully, but these errors were encountered:
I get the following output running the tests in this package locally:
I think this makes running the tests much slower than before.
The text was updated successfully, but these errors were encountered: