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 overwrite of solve(SciMLBase.IntegralProblem. #152

Closed
KristofferC opened this issue Mar 8, 2023 · 0 comments · Fixed by #153
Closed

Method definition overwrite of solve(SciMLBase.IntegralProblem. #152

KristofferC opened this issue Mar 8, 2023 · 0 comments · Fixed by #153

Comments

@KristofferC
Copy link

│  WARNING: Method definition solve(SciMLBase.IntegralProblem{isinplace, P, F, L, U, K} where K where U where L where F where P where isinplace) in module Integrals
   at /home/kc/JuliaPkgs/OmniPackage.jl/depot/packages/Integrals/9qNWp/src/Integrals.jl:60 overwritten at 
      /home/kc/JuliaPkgs/OmniPackage.jl/depot/packages/Integrals/9qNWp/src/Integrals.jl:111.
│    ** incremental compilation may be fatally broken for this module **
└  
function SciMLBase.solve(prob::IntegralProblem; sensealg = ReCallVJP(ZygoteVJP()),
                         do_inf_transformation = nothing, kwargs...)

vs

SciMLBase.solve(::IntegralProblem)

the first one has only keyword args difference compared to the second one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant