NRCan / geo-deep-learning

Deep learning applied to georeferenced datasets
https://geo-deep-learning.readthedocs.io/en/latest/
MIT License
150 stars 49 forks source link

Gh action fix #555

Closed ms888ekb closed 6 months ago

ms888ekb commented 6 months ago

Fix for the unit tests that failed:

  1. Changed the way train and validation tiles are defined. Now it has more stable and accurate logic.
  2. Fixed test_gh_action_ci.py. It failed because it didn't have access to the sources it tried to verify, such as: the "data" folder and all test tifs (which are archived, initially).
  3. Minor fixes.
CharlesAuthier commented 6 months ago

Thanks