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 fit_frame_split() erasing data #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

DPS100
Copy link

@DPS100 DPS100 commented Jul 9, 2024

Fixes #12

@DPS100
Copy link
Author

DPS100 commented Jul 9, 2024

I not only fixed the mentioned issue, but I also changed the frame_split away from using only unique time values and updated it to use all. I'm not sure why duplicates are dropped, that should be up to the user in a preprocessing step. I also updated the demo to reflect this, and that it still works with fit frame split (although it took around 7 minutes to process - I'm not sure how long it normally takes with a single fit as I stopped it after 10 minutes)

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.

fit_frame_split - ValueError: Length of values does not match length of index
1 participant