JGCRI / fldgen

Given a global mean temperature pathway, generate random global climate fields consistent with it and with spatial and temporal correlation derived from an ESM
https://jgcri.github.io/fldgen/
GNU General Public License v2.0
12 stars 6 forks source link

Add github actions to the repo #37

Closed kdorheim closed 4 years ago

kdorheim commented 4 years ago

Add github actions to the repo so that when features are added there is automated testing when PRs are opened.

abigailsnyder commented 4 years ago

See https://github.com/JGCRI/fldgen/issues/26 for some previous notes on travis timeouts - they're due to building the vignettes. If we're just running into timeouts once we resolve all the other issues/errors we're seeing currently, then we can think about doing this. Maybe cutting down the test data for fewer years or just including test data on coarser resolution or something. But if we get to a point where we can run tests without issues without cutting down the test data size, then I'd say that issue is low-priority.

kdorheim commented 4 years ago

adding github action testing was complete with #39