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

✨ add check_nans to add_trace(s) #140

Merged
merged 1 commit into from
Dec 2, 2022
Merged

✨ add check_nans to add_trace(s) #140

merged 1 commit into from
Dec 2, 2022

Conversation

jvdd
Copy link
Member

@jvdd jvdd commented Dec 1, 2022

Checking for NaNs is a major bottleneck in graph construction time. This flag gives the user control to disable this check, which should be used when the user is sure that
(a) the data contains no NaNs, or
(b) the downsampler can handle NaNs (e.g., EveryNthPoint)

@jvdd jvdd requested a review from jonasvdd December 1, 2022 05:55
@jonasvdd
Copy link
Member

jonasvdd commented Dec 2, 2022

LGTM

@jonasvdd jonasvdd self-assigned this Dec 2, 2022
@jonasvdd jonasvdd merged commit 71b4efe into main Dec 2, 2022
@jvdd jvdd deleted the tsdownsample branch December 12, 2022 07:57
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

Successfully merging this pull request may close these issues.

None yet

2 participants