tstops
doesn't work probably when tspan tupel is given as integers
#2189
Labels
tstops
doesn't work probably when tspan tupel is given as integers
#2189
Describe the bug 🐞
When using
tstops
with non-adaptive methods, the elements of tstops need to be integers if tspan is given as a tuple of integers.Expected behavior
It shouldn't matter if one uses integers or floats for the tspan tuple. In both cases you should be able to pass floats as tstops.
Minimal Reproducible Example 👇
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: