NTD-Modelling-Consortium / ntd-model-sch

NTD SCH model
MIT License
0 stars 6 forks source link

Amis intergration with ci #36

Closed thk123 closed 3 months ago

thk123 commented 3 months ago

WIP adding basic checks that the R script works as advertised

Uses both #35 and #34

thk123 commented 3 months ago

Main issues here:

  1. Incredibly slow, despite the gh action supposedly caching dependencies
  2. Working directory messing about to get things working - raised an issue for this
  3. Need to run a iteration of amis too to check the function is of the correct shape ✅
thk123 commented 3 months ago

On cache - the good news is it didn't really work. I think it didn't work because I manually installed the dependencies before running the setup_env step (to debug), but this put the dependencies in the wrong location so they were not picked up by the cache action. Since then , the job failed and so it didn't update the cache. I'm hoping a clean run will push a full cache, and subsequent runs will pull it down.

thk123 commented 3 months ago

All changes brought back into #34