-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
Bayesian inference updates in manifest.toml and project.toml #1103
base: master
Are you sure you want to change the base?
Conversation
@ChrisRackauckas I was working on updating the PINN benchmarks but they always show the following error while updating the dependencies. This occurs while updating almost any dependency. What can be done for this ?? Also I didn't find the repositories for OptimizationOptimJL, OptimizationFlux |
Also for this PR the manifest.toml file has been bumped with the latest updates |
@ErikQQY Can you please take a look at this PR as well as the error that is repeatedly occurring here |
The compats you bumped have version conflicts, you would have to read the error message carefully and find the appropriate versions, you can refer to https://pkgdocs.julialang.org/dev/managing-packages/#conflicts-1 and https://discourse.julialang.org/t/a-guide-how-to-handle-error-unsatisfiable-requirements-detected/43406 |
Got it. I'll go through this and fix things. Thank you. |
@ChrisRackauckas @ErikQQY Can you please take a look at this ?? I think this is done. All the benchmarks for BayesianInference including the manifest.toml has been updated and bumped. |
you need to resolve on v1.10 |
@ChrisRackauckas Can you please review this PR ?? I think this is done all the jmd files run without any errors, also the manifest and project.toml files are bumped to the latest versions on julia version 1.9.1 |
DynamicalODE has been resolved on Julia version 1.10.4 |
Needs to bump the manifest and remove the DynamicalODE stuff from this PR |
@ChrisRackauckas While keeping only the top ones in the compat, the package errors with unsatisfiable requirements error for every package. How that should be dealt with ?? Actually this error occurs when bumping the manifest |
find the package that needs to bump |
@ChrisRackauckas The required changes have been made to the |
It's not all on the latest majors. |
Co-authored-by: Christopher Rackauckas <[email protected]>
Co-authored-by: Christopher Rackauckas <[email protected]>
Co-authored-by: Christopher Rackauckas <[email protected]>
@ChrisRackauckas all changes so far have been made. Any more changes needed ?? |
Seems Stan.jl backend still have error |
@ErikQQY What does the stan_inference error exactly point to ?? I went through the documentation and test files and made changes, but that didn't solve the error |
Are you sure Quote from the latest DiffEqBayes docs:
|
What do you get locally? |
Locally it gives an IOError while on the CI it shows some issues with stan_inference. Here's the issue:
This is the only method that error after bumping updates of packages. rest seem to work fine without making updates to the existing code |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.