-
Notifications
You must be signed in to change notification settings - Fork 3
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
Other direction #5
Conversation
@adrpo I managed to get it to flatten with some changes after the faulty commit. |
Verified. I seem to be able to make it run by commenting out everything in type binary exp. It seems to be a bug in Julia. E.g when it does type inference in recusion with big structures. Things become messy. Working on a solution |
It worked now I have the DAE. So how to get the DAE.. Well first you need to comment out typeExp. Then you need to compile with revise. After that you need to restart the compilation with the stuff put back in once that is done it works:)) julia> @time include("test.jl") DAE for hello world |
Working on getting the other stuff going.. Ideally we should merge both branches I think we might be able to do that.. 🥇 Currently working on a solution to infinite looping so the restarts are not needed |
Seems to work now. Only issue is that it takes a little time to compile:
|
│ using DifferentialEquations Backend seems to generate correct code |
No description provided.