mrghg / py12box_invert

MIT License
3 stars 0 forks source link

Remove dependence on decimal dates #20

Open mrghg opened 3 years ago

mrghg commented 3 years ago

It was a really bad idea to rely on decimal dates throughout the code (my mistake!). We're getting loads of annoying rounding errors when converting back and forward between the two. Should just use pandas timestamps throughout.