Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Does not always report maxiters #14

Description

@ChrisRackauckas

The ODE and SDE solvers halt and throw a warning when maxiters is reached. After that, we check:

length(sol)>= .9*maxiters

to see if maxiters is reached, and throw an error. This is very inexact though, since length(sol)<=maxiters since it's only the accepted timesteps, and so if more than 10% of the timesteps were rejected, this will not throw the error. Somehow we need to catch the warning?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions