-
Notifications
You must be signed in to change notification settings - Fork 16
Fix smoother index drop #478
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
Conversation
You have some conflicts here, but it's not on any files ostensibly edited by this PR so I don't really understand what's going on. |
That is strange. Any ideas for how to diagnose? |
Merge with/rebase onto main and see what happens? |
Ok that seemed to fix it? |
I think I can clean up this commit log, let me try rebasing these PRs I made last night. |
521b0c7
to
6bfa9c1
Compare
Waaay cleaner now: 4 PRs, 4 commits. Thanks Katie, this was a nice learning experience! |
6bfa9c1
to
647e05d
Compare
* entire array of nans is handled * left-padded nans are now ignored * a few other edge cases * add tests to match
647e05d
to
615105c
Compare
* restore the index after smoothing * test to match
615105c
to
ad01388
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks okay to me but I'm a very beginner pandas user so I'm looping in Andrew
Fixes a bug where the smoother would drop the index of the Pandas series given to it. The index is restored after smoothing. Base is #477 and contains #437, so should be merged after.