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

use dask ravel_multi_index #31

Merged
merged 2 commits into from
Mar 17, 2021
Merged

Conversation

raybellwaves
Copy link
Contributor

@raybellwaves raybellwaves commented Mar 17, 2021

Closes #29

Remove the commented code. I can keep if you prefer otherwise can grab it from an old commit.

VS code did some formatting for me. Wasn't strict on formatting/linting beyond that.

pytest xhistogram/test/test_duck_array_ops.py passes

Copy link
Contributor

@rabernat rabernat left a comment

Choose a reason for hiding this comment

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

Fantastic, thanks @raybellwaves!

We currently have no linting in place (see #32).

- pip
- pip:
- codecov
- pytest-cov
Copy link
Contributor

Choose a reason for hiding this comment

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

This file has no effect unless you also add it to .travis.yml. Anyway, it is superseded by #30. So could you just remove this for now?

@rabernat rabernat merged commit 04c5e69 into xgcm:master Mar 17, 2021
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.

use ravel_multi_index from dask
2 participants