Robin Wilson

Results 79 issues of Robin Wilson

See https://github.com/conda/conda-build/blob/master/appveyor.yml

The `joblib` library behaves differently in Python 2 and Python 3. In Python 2, joblib uses `numpy.fromfile` to load data from a joblib file - so this is picked up...

Searching for `cube.nc` doesn't seem to work even though there are various `cube.nc` outputs (with a variety of full filepaths) in the db.

cli

Values logged with `recipy.log_values` aren't displayed in `recipy latest`, but are in `recipy latest --json`

cli
gui

Some modules have introduced new input/output functions in recent releases. For example, `open_rasterio` is only available in recent versions of xarray. At the moment when using recipy and an old...

Conda is automatically upgrading Python from 3.4 to 3.6 when trying to install certain packages...we need to try and stop this somehow, but I'm not sure how. Maybe by combining...

The integration tests use the function `check_libraries` in `test_packages.py` to check the list of libraries given in the test configuration matches those that recipy has recorded. `check_libraries` checks first that...