Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Allow for filling small gaps instead of restarting the batch for every gap #220

Open
jds485 opened this issue May 5, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@jds485
Copy link
Member

jds485 commented May 5, 2023

In #218, using the fill_batch argument checks for any gaps in the timeseries, and each gap is used to end one batch and start a new batch. There is a check if the gap length is less than the sequence length, but nothing is currently done when that happens. We could add a function argument that specifies the maximum gap length that should be filled, and create a function that edits to the array to fill in the missing dates. This functionality is not needed for current work, so it's being filed as an enhancement,

@jds485 jds485 added the enhancement New feature or request label May 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant