-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
SINDy basis does not print after construction #353
Comments
I aplogize, I should have included the full stacktrace. It seems like this is actually just a display error from ModelingToolkit.
The basis is created, but doesn't display in the REPL. The MethodError threw me off. It displays fine with |
@YingboMa might this be the connection set printing? |
Got the same error. Even the Getting Started example (https://datadriven.sciml.ai/stable/examples/0_getting_started/) doesn't work. I also tried several other examples that use |
I didn't realize that the basis was created successfully, it's just its displaying in the REPL. So it works; the displaying error is annoying but harmless (I think). |
Trying to construct a basis for nonlinear time continuous system and getting a method error. Most easily reproduced by following the basis creation in the example:
gives me:
I've never had this issue before but its been a while since I've tried. Julia 1.7.2
The text was updated successfully, but these errors were encountered: