Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion changed_files.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[
"R/ARMA.R"
"DESCRIPTION",
"NNS_13.0.tar.gz",
"NNS_13.0.zip",
"R/Multivariate_Regression.R",
"src/NNS.dll",
"tests/testthat/Rplots.pdf"
]
7 changes: 3 additions & 4 deletions sync/last_live_r_parity_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
- Skip install: `False`
- Live R recompute: `True`

## Result: live R parity diverged
## Result: manual review required

Mapped parity tests recomputed every R value from the freshly installed live R NNS and the Python implementation did not match. Public Python behavior differs from live R at the recorded commit.
The plan reports unmapped R files. A human must extend `sync/r_api_map.json` before automated parity can run:

Failing command: `/opt/hostedtoolcache/Python/3.11.15/x64/bin/python -m pytest -q -n 0 tests/parity/test_practical_examples.py tests/parity/test_r13_smoke.py`
Exit status: `1`
- `R/Multivariate_Regression.R`
26 changes: 17 additions & 9 deletions sync/last_r_api_inspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,33 @@

## Changed files

- `R/ARMA.R`
- `DESCRIPTION`
- `NNS_13.0.tar.gz`
- `NNS_13.0.zip`
- `R/Multivariate_Regression.R`
- `src/NNS.dll`
- `tests/testthat/Rplots.pdf`

## Affected Python modules

- `src/nns/arma.py`
- `pyproject.toml`
- `tests/_r_cache.json`
- `tools/NNS`

## Parity tests to run

- `tests/parity/test_practical_examples.py`
- `tests/parity/test_r13_smoke.py`
- `tests/parity`

## Cache scope

- `NNS.ARMA`
- `NNS.ARMA.optim`
- `NNS.VAR`
- None mapped

## Required actions

- Fresh cache required: `False`
- Fresh cache required: `True`
- Export review required: `False`
- Unmapped R files present: `False`
- Unmapped R files present: `True`

## Unmapped R files

- `R/Multivariate_Regression.R`
28 changes: 16 additions & 12 deletions sync/last_r_api_plan.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
{
"changed_files": [
"R/ARMA.R"
"DESCRIPTION",
"NNS_13.0.tar.gz",
"NNS_13.0.zip",
"R/Multivariate_Regression.R",
"src/NNS.dll",
"tests/testthat/Rplots.pdf"
],
"affected_python_modules": [
"src/nns/arma.py"
"pyproject.toml",
"tests/_r_cache.json",
"tools/NNS"
],
"parity_tests": [
"tests/parity/test_practical_examples.py",
"tests/parity/test_r13_smoke.py"
"tests/parity"
],
"cache_scope": [
"NNS.ARMA",
"NNS.ARMA.optim",
"NNS.VAR"
],
"requires_fresh_cache": false,
"cache_scope": [],
"requires_fresh_cache": true,
"requires_export_review": false,
"has_unmapped_r_files": false,
"unmapped_r_files": [],
"has_unmapped_r_files": true,
"unmapped_r_files": [
"R/Multivariate_Regression.R"
],
"warnings": []
}
2 changes: 1 addition & 1 deletion upstream/NNS
Submodule NNS updated from 7250bb to 8183e9
Loading