Inventory: Status of s2dv functions in SUNSET
This inventory is to list the most recent and functional versions of s2dv
functions in SUNSET
.
Comparing s2dv master
branch vs SUNSET dev_cross
branch:
Function | Latest version | Comments |
---|---|---|
CRPS() | Identical | Same version in SUNSET dev_cross , SUNSET master and s2dv master
|
GetProbs() | Identical |
s2dv master has an additional blank line in lines 215 and 301 |
RPS() | SUNSET dev_cross |
SUNSET dev_cross has a new parameter nmemb and checks and developments for the Fair score computation |
RandomWalkTest | Identical | |
Bias() | s2dv master |
s2dv master is ahead by 1 commit ("Development of statistical significance for mean bias function" c7adc03d), with minor developments and bugfixes (see task) |
Corr() | s2dv master |
s2dv master is ahead by 1 commit ("fix lintr findings" 67bf9d2d) |
EOF() | Identical | The SUNSET dev_cross version has an additional blank line at the end of the script. |
Eno() | Identical | |
NAO() | TBD: s2dv master
|
s2dv master includes !is.null(ftime_avg)) in 2 ftime_dim checks (see task). SUNSET dev_cross has an extra blank line at the end of the script. |
ProjectField() | Identical | The SUNSET dev_cross version has an additional blank line at the end of the script. |
RPSS() | SUNSET dev_cross |
SUNSET dev_cross has 2 new parameters (nmemb = NULL and nmemb_ref = NULL ) and includes the Fair computation (see task) |
SprErr() | s2dv master |
The s2dv master branch is currently 20 commits ahead and includes several bugfixes. The SUNSET dev_cross version is the same as commit 96184581 in the s2dv master branch |
Utils.R | Identical | The SUNSET dev_cross version has an additional blank line at the end of the script. |
See tasks for more details.
FYI @vagudets