weixin_39759881 2020-11-29 16:17
浏览 0

Tests for variables with units

As promised in #3493, this adds integration tests for units. I'm doing this now rather than later since I encountered a few cases in #3643 where a increased test coverage for variables would have been helpful.

  • [x] Tests added
  • [x] Passes black . && mypy . && flake8

该提问来源于开源项目:pydata/xarray

  • 写回答

4条回答 默认 最新

  • weixin_39759881 2020-11-29 16:17
    关注

    the test failures are due to the pint update which means they should not be related. I'll mark them as xfail and fix them in the appropriate PR (#3611 for the apply_ufunc failures and the Dataset PR I will open once all Variable and DataArray tests are passing for the to_stacked_array failures)

    评论

报告相同问题?