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

null_model_und_sign casting error #74

Merged
merged 1 commit into from
Mar 24, 2020

Conversation

MuriloSchaefer
Copy link
Contributor

@MuriloSchaefer MuriloSchaefer commented Mar 26, 2019

Hi,

I tried to use the null_model_und_sign function to generate null-models, but it gave me the error:

slice-indices-must-be-integers-or-none-or-have-index-method

This error is related to the issue #68

Then I looked at the code and found that the variable wei_period was rounded, but it remains as float, and it was used as a vector index, so I cast it to int and the function worked well.

Thanks for the amazing work here,
Murilo Schaefer

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.

None yet

2 participants