-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Long output from init(NonlinearProblem(...))
#362
Comments
Not really a bug 😅. But if anyone wants to create a PR for pretty printing the caches, I will gladly accept them. |
We can potentially use https://github.com/curtd/AutoPrettyPrinting.jl for this |
Agree, it's not really a bug. But it is annoying in interactive sessions and, at least for me, does not provide any useful information. If there is any in the above output, it vanishes in the vast majority of stuff, which is printed. So while it is probably not top priority, it should be addressed eventually. EDIT: I forgot: The work put into this package and the whole SciML ecosystem has been awesome. Great job! |
Specifically, for me at least, the important things to see the method and the autodiff settings, but pretty much everything else is fairly useless. |
Describe the bug 🐞
The output from
init(NonlinearProblem(...))
in the REPL seems a bit excessive. I cannot copy the complete out here, as it reaches the github limitation of 65536 characters. The full output is here https://pastebin.com/RBsB8C7f.Expected behavior
Shorter output.
Minimal Reproducible Example 👇
outputs the following. This seems a bit too long for a REPL output.
Environment (please complete the following information):
using Pkg; Pkg.status()
versioninfo()
The text was updated successfully, but these errors were encountered: