stlgolfer / snewpyternary

0 stars 1 forks source link

Divide by Zero Error #17

Closed stlgolfer closed 2 years ago

stlgolfer commented 2 years ago

There appears to be an issue in the snowglobes wrapper that has an issue when calculating the tsetp: tstep = math.log10(abs(tmax/tmin))/len(times)

This means that somewhere there is a model that is producing no regular time bins.