-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Sundials.jl errored during testing. #450
Comments
/'GPT It appears you've encountered a complex issue while working with Julia and the Sundials package. The errors you're facing seem to be related to package dependencies and specific functionalities within the Sundials package. Let's break down the main issues and potential solutions:
In summary, resolving this issue will likely involve a combination of updating packages, ensuring compatibility, and possibly seeking assistance from the Sundials user community if the problems are due to bugs or undocumented features.`/ |
|
Please show |
Looks like master is reproducing it. #451 |
Handled by SciML/DiffEqBase.jl#1007 |
│ 1. [CVODES WARNING] CVode [CVODES ERROR] CVode [IDAS ERROR] IDACalcIC Test Summary: | Pass Total Time |
Yup passes now and errors in there are expected error tests. Let me know if you have any issues. |
[IDAS ERROR] IDACalcIC
Newton/Linesearch algorithm failed to converge.
Test Summary: | Pass Error Total Time
Common Interface | 72 1 73 1m56.0s
CVODE | 30 30 50.8s
ARKODE | 4 4 6.1s
IDA | 14 14 21.4s
Jacobians | 9 9 10.1s
Callbacks | 9 9 10.2s
Iterator | 2 1 3 1.7s
Errors | 1 1 2.1s
Mass Matrix | 1 1 2.8s
Preconditioners | 2 2 10.7s
ERROR: LoadError: Some tests did not pass: 72 passed, 0 failed, 1 errored, 0 broken.
in expression starting at /home/ian/.julia/packages/Sundials/UdHby/test/runtests.jl:60
ERROR: Package Sundials errored during testing
Describe the bug 🐞
A clear and concise description of what the bug is.
Expected behavior
A clear and concise description of what you expected to happen.
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: