openclimatefix / power_perceiver

Machine learning experiments using the Perceiver IO model to forecast the electricity system (starting with solar)
MIT License
7 stars 1 forks source link

Why does `assert (datetime_index == datetime_index.round("5T")).all()` pass, even though satellite dates aren't rounded to 5 mins? #84

Closed JackKelly closed 2 years ago

JackKelly commented 2 years ago

nope, the problem was converting datetimes to float32, not float64!