Skip to content

Nuisance warnings can't be suppressed in >=2.9.0 #1316

@elbert5770

Description

@elbert5770

During simulation, when a step change is encountered, the following warnings are generated until h become large enough. tellurium.tellurium.noticesOff() doesn't seem to do anything and rrlogger doesn't change this.

[WARNING][rank 0][/__w/libroadrunner-deps/libroadrunner-deps/third_party/sundials/src/cvodes/cvodes.c:3528][CVode] Internal t = 613199.000000005 and h = 4.95244461102968e-15 are such that t + h = t on the next step. The solver will continue anyway.
[WARNING][rank 0][/__w/libroadrunner-deps/libroadrunner-deps/third_party/sundials/src/cvodes/cvodes.c:3528][CVode] Internal t = 613199.000000005 and h = 7.4625810143408e-15 are such that t + h = t on the next step. The solver will continue anyway.
[WARNING][rank 0][/__w/libroadrunner-deps/libroadrunner-deps/third_party/sundials/src/cvodes/cvodes.c:3528][CVode] Internal t = 613199.000000005 and h = 1.22119873620187e-14 are such that t + h = t on the next step. The solver will continue anyway.
[WARNING][rank 0][/__w/libroadrunner-deps/libroadrunner-deps/third_party/sundials/src/cvodes/cvodes.c:3528][CVode] Internal t = 613199.000000005 and h = 2.07172812199781e-14 are such that t + h = t on the next step. The solver will continue anyway.

Running the same code in 2.8.0 yields the same simulation results but without the warnings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions