-
Notifications
You must be signed in to change notification settings - Fork 45
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
_gibbs fails on dataframes with floats #41
Comments
Can you post the dataset + command that causes this. I thought I had every error where an index error occurs isolated, but definitely need to see what slipped through. |
this can be resolved by changing line 529 in |
Should we make the user address their int problem? or just call floor and add a note saying that is what we do?
|
This is now resolved in PR #51 and noted in the readme.md. |
_gibbs
fails with:IndexError: index 6283 is out of bounds for axis 0 with size 6283
When the are floats in the
sink_df
. The error occurs when trying to create theorder
to walk through the sequences.Probably want to add a check so that a less cryptic error message is given to the user.
The text was updated successfully, but these errors were encountered: