-
Notifications
You must be signed in to change notification settings - Fork 62
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
Better handling of powers in modcc. #2061
Better handling of powers in modcc. #2061
Conversation
Just tried a build, got this:
|
Yes, that's due to the following chain of events (NB. It also fails in CI for the same reasons) I am currently thinking on how to add that without too much hassle. |
Can confirm the build works. Runtime for the L5PC s 4.410, a 3.3x improvement. |
Didn't check GH actions - rerunning now
Symbolic differentiation test |
Yes, that's because we compare strings here |
There, should be fixed now. |
The last point introduces potential errors when
pow(b, e)
is allowed, butlog(b)
isundefined. These occur exactly when all of the following is true