mrghg / py12box_invert

MIT License
3 stars 0 forks source link

Hacky fix for problems with numerical errors and bisect #21

Closed lukewestern closed 3 years ago

lukewestern commented 3 years ago

There was a problem where bisect was picking time t rather than time t+1. This isn't very elegant but fixes the problem.

lukewestern commented 3 years ago

Fixes issue https://github.com/mrghg/py12box_agage/issues/14