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

Fix issue with pandas 1.1 #83

Merged
merged 2 commits into from
Jul 30, 2020
Merged

Fix issue with pandas 1.1 #83

merged 2 commits into from
Jul 30, 2020

Conversation

takluyver
Copy link
Member

Closes #81

We were passing Xarray objects to pandas MultiIndex.from_arrays(), which worked previously, but no longer does. We don't need the Xarray metadata there, so we can just take the numpy arrays.

@tmichela
Copy link
Member

Thanks, LGTM

@takluyver takluyver merged commit b4d7e0d into master Jul 30, 2020
@takluyver takluyver deleted the pandas-1.1 branch July 30, 2020 09:22
@takluyver takluyver added this to the 1.3 milestone Jul 30, 2020
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.

Test failure with pandas 1.1
2 participants