-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
IDA-key error when saving positions #290
Comments
It means that the interpolation did something funny, and we can investigate that, but the integration seems fine. Transferring to Sundials.jl |
Forgot to update:
Setting save_positions to (false, false) does not give the warning, plot still does look alright.
However, if I add a saving callback:
The error occurs again. |
Yes, SavingCallback will not be able to solve this. We need something different in saving if we want to merge that in. |
Ah sorry my mistake, I was imprecise as usual 💯 I did not indent for the saving callback to solve the issue, rather I wanted to highlight that the issue seems to be with saving in general since the error only occurs for me when I: A) Either run save positions (Which I should) |
Hi!
I have the following system (see below) describing a bouncing ball.
However, when running this with
julia> plot(BouncingBallRealsSimulate((0.0, 3.0)), vars=(2))
I get the the following error:
The plot however, seems to be as I would expect
I found one post by Martin Otter, in the Sundials package. However, I am not sure..
Cheers,
John
The text was updated successfully, but these errors were encountered: