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

Fix: resampling empty frames in read_csv #155

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

Flix6x
Copy link
Collaborator

@Flix6x Flix6x commented Nov 8, 2023

The read-in frame may have been emptied after filtering by some event time window (since #154).

Fix: empty frames have no discernible frequency, so resampling then fails. Fortunately, such frames also do not require resampling, so we can skip the resampling step altogether.

@Flix6x Flix6x added the bug Something isn't working label Nov 8, 2023
@Flix6x Flix6x self-assigned this Nov 8, 2023
@Flix6x Flix6x merged commit ae13b3a into main Nov 8, 2023
5 checks passed
@Flix6x Flix6x deleted the fix/resample-empty-frames-in-read_csv branch November 8, 2023 10:56
@Flix6x Flix6x added this to the 1.25.1 milestone Nov 24, 2023
@Flix6x Flix6x added the Resampling Dealing with downsampling and/or upsampling label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Resampling Dealing with downsampling and/or upsampling
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant