Skip to content

Commit 2cd0730

Browse files
OVVO-Financialgithub-actions[bot]
authored andcommitted
Parity review reports for R NNS f834b7bec8201ef4d5585dbb01ea3039192c3753
1 parent 3c2b753 commit 2cd0730

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

sync/last_r_api_inspection.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
## Changed files
44

5-
- `R/ARMA.R`
5+
- `R/Regression.R`
66

77
## Affected Python modules
88

9-
- `src/nns/arma.py`
9+
- `src/nns/multivariate_regression.py`
10+
- `src/nns/regression.py`
1011

1112
## Parity tests to run
1213

@@ -15,9 +16,8 @@
1516

1617
## Cache scope
1718

18-
- `NNS.ARMA`
19-
- `NNS.ARMA.optim`
20-
- `NNS.VAR`
19+
- `NNS.M.reg`
20+
- `NNS.reg`
2121

2222
## Required actions
2323

sync/last_r_api_plan.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"changed_files": [
3-
"R/ARMA.R"
3+
"R/Regression.R"
44
],
55
"affected_python_modules": [
6-
"src/nns/arma.py"
6+
"src/nns/multivariate_regression.py",
7+
"src/nns/regression.py"
78
],
89
"parity_tests": [
910
"tests/parity/test_practical_examples.py",
1011
"tests/parity/test_r13_smoke.py"
1112
],
1213
"cache_scope": [
13-
"NNS.ARMA",
14-
"NNS.ARMA.optim",
15-
"NNS.VAR"
14+
"NNS.M.reg",
15+
"NNS.reg"
1616
],
1717
"requires_fresh_cache": false,
1818
"requires_export_review": false,

0 commit comments

Comments
 (0)