-
Notifications
You must be signed in to change notification settings - Fork 5
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
compatibility with hyperduals #60
Comments
how does this relate to #27 |
I think not quite related to SINGLE/BATCH. This is just something to reduce code repetition. |
FWIW this repetition doesn't bother me at all. It seems very minor, just like documenting what type of inputs we allow. Why is it a problem? |
hmm what you say sounds right. I fixed this problem for multiple basis and that's why I think this might be an issue. Now I look at it again it should be minor. Will close this issue now. |
We should probably introduce a new
Union
type instead of doing something like:every time.
Due to this there is an issue with rtrig + hyperduals that I did a quick fix so that Bernie can use it. I will probably create a PR later today together with the above issue.
The text was updated successfully, but these errors were encountered: