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
Is your feature request related to a problem? Please describe.
I find I often write a one-argument function to pass to an IntegralProblem but I only get an error at solve time. Here is a list of all SciMLFunctions and whether or not they throw a too-few argument error. Here is a test that confirms they all throw the expected error
Is your feature request related to a problem? Please describe.
I find I often write a one-argument function to pass to an
IntegralProblem
but I only get an error at solve time.Here is a list of allHere is a test that confirms they all throw the expected errorSciMLFunction
s and whether or not they throw a too-few argument error.Describe the solution you’d like
Ideally all
SciMLFunction
s should detect too few arguments and throw an error in that case.Describe alternatives you’ve considered
Adding tests for these cases
Additional context
This would be a helpful usability and consistency feature
The text was updated successfully, but these errors were encountered: