FAAM-146 / decades-ppandas

1 stars 0 forks source link

Variables without 'perfect' frequency are not well handled. #11

Open davesproson opened 3 years ago

davesproson commented 3 years ago

DecadesVariable assumes that indicies match a frequency perfectly. This is a decent assumption for all outputs (required) and most, but not all, inputs. For example we have to fudge the GIN timestamps slightly, as it's not a perfectly 50 Hz signal. There's a placeholder solution in place, which allows a non-zero tolerance when reindexing, however we should probably allow for maintaining the full index in situations like this.