Skip to content

Generate some data for regression tests #1

@davemfish

Description

@davemfish

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions