You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, some keywords specific to each cubature method have to be passed as a keyword to solve, while others are present in the struct for the solver algorithm.
I would prefer if all the algorithm specific things become fields in the struct of that algorithm and that we error on anything but a few common keywords, similar to how it works for differential equations.