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

PR: Fix NotImplementedError when browsing a MultiIndex in the Collection Editor #6710

Merged
merged 2 commits into from
Mar 10, 2018

Conversation

CAM-Gerlach
Copy link
Member

Fix #6284 .

Just catch and pass the error, allowing for the viewing of MultiIndexes as generic Python objects in the CollectionEditor without it raising errors and refusing to load the rest of the object as previously. Also added a test for it.

@CAM-Gerlach CAM-Gerlach added this to the v3.2.9 milestone Mar 10, 2018
@CAM-Gerlach CAM-Gerlach self-assigned this Mar 10, 2018
@CAM-Gerlach CAM-Gerlach requested a review from ccordoba12 March 10, 2018 09:38
@CAM-Gerlach CAM-Gerlach changed the title Fix NotImplementedError when browsing a MultiIndex in the Collection Editor PR: Fix NotImplementedError when browsing a MultiIndex in the Collection Editor Mar 10, 2018
@CAM-Gerlach
Copy link
Member Author

If #6703 is merged before this (or vice versa) it might need a quick rebase, since they both added a test in the test_collectioneditor.py file and git doesn't always seem smart enough to resolve that automatically, though it is pretty trivial to fix.

@ccordoba12 ccordoba12 modified the milestones: v3.2.9, v3.2.8 Mar 10, 2018
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @CAM-Gerlach!

@ccordoba12 ccordoba12 merged commit 7171f76 into spyder-ide:3.x Mar 10, 2018
ccordoba12 added a commit that referenced this pull request Mar 10, 2018
@CAM-Gerlach CAM-Gerlach deleted the fix-multiindex-notimplemented branch March 10, 2018 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants