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.
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.