Skip to content
Merged
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: 7 additions & 0 deletions changed_files.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
"NNS_13.0.tar.gz",
"NNS_13.0.zip",
"R/ARMA.R",
"src/NNS.dll",
"tests/testthat/Rplots.pdf"
]
17 changes: 17 additions & 0 deletions sync/last_live_r_parity_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Live R parity report

- Plan: `sync/last_r_api_plan.json`
- R checkout: `upstream/NNS`
- Fresh cache requested: `False`
- Skip install: `False`

## Result: R install failed

`scripts/install_local_r_nns.py` exited nonzero; live R parity could not be run.
Exit status: `1`

## Workflow step outcome

- `run_live_r_parity_for_changed_api.py` step outcome: `failure`
- Fresh cache requested: `false`
- DESCRIPTION changed: `false`
30 changes: 30 additions & 0 deletions sync/last_r_api_inspection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# R API parity review plan

## Changed files

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

## Affected Python modules

- `src/nns/arma.py`

## Parity tests to run

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

## Cache scope

- `NNS.ARMA`
- `NNS.ARMA.optim`
- `NNS.VAR`

## Required actions

- Fresh cache required: `False`
- Export review required: `False`
- Unmapped R files present: `False`
26 changes: 26 additions & 0 deletions sync/last_r_api_plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"changed_files": [
"NNS_13.0.tar.gz",
"NNS_13.0.zip",
"R/ARMA.R",
"src/NNS.dll",
"tests/testthat/Rplots.pdf"
],
"affected_python_modules": [
"src/nns/arma.py"
],
"parity_tests": [
"tests/parity/test_practical_examples.py",
"tests/parity/test_r13_smoke.py"
],
"cache_scope": [
"NNS.ARMA",
"NNS.ARMA.optim",
"NNS.VAR"
],
"requires_fresh_cache": false,
"requires_export_review": false,
"has_unmapped_r_files": false,
"unmapped_r_files": [],
"warnings": []
}
1 change: 1 addition & 0 deletions upstream/NNS
Submodule NNS added at 3250bc
Loading