Applied-GeoSolutions / gips

Geospatial Image Processing System
GNU General Public License v3.0
17 stars 5 forks source link

CHIRPS unit test small issues #466

Closed ircwaves closed 6 years ago

ircwaves commented 6 years ago

Looks like the CHIRPS unit tests error out in a couple cases:

  1. if you don't have chirps in your settings.py, then it fails upon going to access settings().REPOS['chirps']. Seems like that would be more of a system or integration test move.
  2. If you then add the driver config to settings.REPOS and gips_config env to setup the driver; it errors out looking for the tiles/global directory. BUT upon subsequent run, the directory has been created and the tests all pass. This seems like there is just a mis-expectation that the tiles directories have already been setup.
ircwaves commented 6 years ago

doh...those errors are from integration tests and are acceptable.