-
-
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
DataDrivenProblem takes a very long time #487
Comments
Hi @PaioPaio
|
@AlCap23 suggested this workaround adding the Differentials to the call (and not let E.g. for example_02:
The way DX is calculated is from here: https://github.com/SciML/DataDrivenDiffEq.jl/blob/a4471dfafc1adadb79a7c060139915430286f86a/src/problem/type.jl#L486 |
Hello, I'm trying to run the example of eDMD used on a Nonlinear Time Continuous System, found here https://docs.sciml.ai/DataDrivenDiffEq/stable/libs/datadrivendmd/examples/example_04/#nonlinear_continuos , but the copy-pasteable code now takes about 15 minutes to run. I've tried to run the example on two different computers (one Windows 10, the other Manjaro stable) on VSCode.
The code seems to get stuck on the line
Since a week ago or so the example worked, I thought that the problem may have been caused by SciML/NonlinearSolve.jl#223 , but this issue seems to be solved and the example still takes a very long time to compute.
P.S. Thank you for the very nice package :)
The text was updated successfully, but these errors were encountered: