holoviz-topics / EarthML

Tools for working with machine learning in earth science
https://earthml.holoviz.org
BSD 3-Clause "New" or "Revised" License
94 stars 21 forks source link

Fixes walker lake #47

Closed jsignell closed 5 years ago

jsignell commented 5 years ago

Works with pytest and with big version now.

@jlstevens was seeing errors like:

~/miniconda3/envs/earthml-dev/lib/python3.6/site-packages/xarray/core/missing.py in _assert_single_chunk(var, axes)
   382             raise NotImplementedError(
   383                 'Chunking along the dimension to be interpolated '
--> 384                 '({}) is not yet supported.'.format(axis))
   385
   386

NotImplementedError: Chunking along the dimension to be interpolated (0) is not yet supported.
NotImplementedError: Chunking along the dimension to be interpolated (0) is not yet supported.
ebo commented 5 years ago

I will try to get back to helping and reviewing this after Friday.

On Nov 28 2018 3:18 PM, Julia Signell wrote:

Works with pytest and with big version now.

@jlstevens was seeing errors like:


You can view, comment on, or merge this pull request online at:

  https://github.com/pyviz-topics/EarthML/pull/47

-- Commit Summary --

  * Fixed walker lake

-- File Changes --

    M examples/topics/Walker_Lake.ipynb (2)

-- Patch Links --

https://github.com/pyviz-topics/EarthML/pull/47.patch
https://github.com/pyviz-topics/EarthML/pull/47.diff