-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
save_idxs
broken
#337
Labels
Comments
I also tried it witha an easier
manifest:
|
Since there are two sets of kwargs it needs to be done a bit more explicitly. The right syntax is: bayesian_result_turing = turing_inference(prob1, Tsit5(), t, data, priors, solve_kwargs = (;save_idxs = [1])) |
Thanks a lot : ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug 🐞
The
save_idxs
doesn't work any more.Expected behavior
Parameter inference with only part of the solution vector.
Minimal Reproducible Example 👇
This is the example from the readme of this repo:
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
I ran it last week and I am pretty sure it used to work.
The text was updated successfully, but these errors were encountered: