You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the only_checked argument to the calc_daily_average function, to allow the user to only use validated data for daily average calculation. This will require some checks and error mitigation (if there is self.meta_valid column for the data in question, if there are NaN values generated this way...)
The text was updated successfully, but these errors were encountered:
Add the only_checked argument to the calc_daily_average function, to allow the user to only use validated data for daily average calculation. This will require some checks and error mitigation (if there is self.meta_valid column for the data in question, if there are NaN values generated this way...)
The text was updated successfully, but these errors were encountered: