bradyrx / esmtools

:octopus: a toolbox for Earth System Model analysis :octopus:
https://esmtools.readthedocs.io/en/latest/
MIT License
27 stars 4 forks source link

fix vectorize bug #102

Closed bradyrx closed 3 years ago

bradyrx commented 3 years ago

Description

Fixes bug when passing a single dimension dask array to apply_ufunc with vectorize=True. Should fix breaks in https://github.com/bradyrx/esmtools/pull/99.

@luke-gregor @aaronspring

Fixes https://github.com/bradyrx/esmtools/issues/100

bradyrx commented 3 years ago

Tests passed.. just a linting issue.

bradyrx commented 3 years ago

Deleted run_linter.sh for now since I'll be switching over to our Github Actions testing.

bradyrx commented 3 years ago

I'm going to ignore the RTD error for now, since https://github.com/bradyrx/esmtools/pull/103 could fix this stuff. Will merge all these updates into #99.

bradyrx commented 3 years ago

Actually going to close this in favor of https://github.com/bradyrx/esmtools/pull/103 since I need to fix this there for the GA to pass.