-
Notifications
You must be signed in to change notification settings - Fork 3
Generate some data for regression tests #1
Copy link
Copy link
Open
Labels
Description
As we refactor the R code into python, we should have a suite of tests to make sure the python version is producing the same results as in R.
For the knn_bootstrap method & precipitation, the raw results (predicted values) and some summary stats are stored in,
<model>_<scenario>_pr_<n>_bootstrap.csv
<model>_<scenario>_pr_stats.csv
For heatSignal method & temperature, there are these two options, I'm not sure which is best:
<model>_<scenario>_tas_heatSignal.csv
<model>_<scenario>_TS_HeatSignal_WP.csv
These data can be the basis for regression tests of downscaling methods.
- check-in R code
- check-in other configuration/setup files that define input parameters
- run R code for the region already setup in our shared drive (or perhaps a smaller region)
- check-in key CSV tables of results
- add a tag to this repo so it's easy to find the version that generated the regression data
Reactions are currently unavailable