We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Passing tspan=(1., 0.) to solve should throw an error instead of computing a normal-looking but invalid result.
tspan=(1., 0.)
solve
EDIT: According to the documentation, this is actually allowed. But I think at least the TMJets algorithm does not support this properly.
TMJets
The text was updated successfully, but these errors were encountered:
yes, the interval tspan=(1., 0.) was meant to compute backwards approximation. iirc DiffEq has a similar behavior.
Sorry, something went wrong.
No branches or pull requests
Passing
tspan=(1., 0.)
tosolve
should throw an error instead of computing a normal-looking but invalid result.EDIT: According to the documentation, this is actually allowed. But I think at least the
TMJets
algorithm does not support this properly.The text was updated successfully, but these errors were encountered: