Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

min_dt_ptp not activated in TimeSeries mode #68

Open
friedrichknuth opened this issue Mar 17, 2022 · 0 comments
Open

min_dt_ptp not activated in TimeSeries mode #68

friedrichknuth opened this issue Mar 17, 2022 · 0 comments

Comments

@friedrichknuth
Copy link
Collaborator

dt_stack_ptp must be pre-computed and provided here in order for the temporal.ma_linreg function to apply the min_dt_ptp filter here.

PR #67 implements a similar timedelta filter that will return np.nan if the delta is greater than n days. This can be activated here.

Once implemented for the TimeSeries mode, these results can be compared for validation purposes, assuming there are instances where the condition applies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant