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
Make it clear at code level that the step_size argument to Integrator classes is a suggestion by introducing a Suggest or Hint modifier. Add support for a separate method which returns the requested step size or throws an exception.
The text was updated successfully, but these errors were encountered:
Make it clear at code level that the
step_size
argument toIntegrator
classes is a suggestion by introducing aSuggest
orHint
modifier. Add support for a separate method which returns the requested step size or throws an exception.The text was updated successfully, but these errors were encountered: