NCAR / ldcpy

Statistical and visual tools for gathering metrics and comparing Earth System Model data files. A common use case is comparing data that has been lossily compressed with the original data.
https://ldcpy.readthedocs.io/
Apache License 2.0
19 stars 2 forks source link

test against upstream development versions #233

Closed dcherian closed 3 years ago

dcherian commented 3 years ago

It'd be nice if you could test against development versions of upstream packages like xarray & cf_xarray (and more?). It'll help everyone catch bugs early

cc @andersy005

allibco commented 3 years ago

Can one of you explain to me what "test against upstream development" means? Thanks :)

dcherian commented 3 years ago

runs the tests in a an environment where pip installs dependencies from git. So you test the latest unreleased changes, to catch bugs. Really helps upstream projects like xarray / cf-xarray.

allibco commented 3 years ago

I see - thanks!