Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method definition overwritten #80

Open
ArnoStrouwen opened this issue Jan 20, 2024 · 1 comment
Open

Method definition overwritten #80

ArnoStrouwen opened this issue Jan 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ArnoStrouwen
Copy link
Member

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) in module 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) in module 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.

@ArnoStrouwen ArnoStrouwen added the bug Something isn't working label Jan 20, 2024
@ChrisRackauckas
Copy link
Member

@ashutosh-b-b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants