-
Notifications
You must be signed in to change notification settings - Fork 10
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
rename diann spec_idx to diann_spec_idx #142
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Fix #143 ? |
Hi Feng, looks good 👍 what is the origin of that bug? Is it Pandas? Just to make sure that I understand it if it happens to me. |
Hi @GeorgWa, from the auto tests, I guess it is due to pandas version and only on Linux. I think all iloc.values will be a readonly property instead of a ref of numpy array. I am not entirely sure anyway. |
After pandas upgrade, some df.values will be readonly in Linux. This PR is designed to fix some read-only issues.