From 31e1656f1fd4409c14108e63eb3e430f657746ac Mon Sep 17 00:00:00 2001 From: Void Agent Date: Sun, 2 Aug 2026 14:24:51 +0100 Subject: Address Luna repo review: dynamic repo root (no hardcoded cwd), J-lens correctness test (last-layer identity), auditable fact-check, mechanism narrative fix, softened conditional-predictability claim, README data-prep + artifacts note --- scripts/test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/test.sh') diff --git a/scripts/test.sh b/scripts/test.sh index 0875608..480e49a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -3,4 +3,5 @@ # torch is not installed on bare-metal voidlaptop, so this skips gracefully # there; run it in the meru container (torch + CUDA) for the full pass: # ssh meru "docker exec -w /workspace/code jspace-nanogpt sh scripts/test.sh" -exec python3 tests/test_loss_reweight.py +python3 tests/test_loss_reweight.py || exit 1 +python3 tests/test_jlens_v3.py || exit 1 -- cgit v1.2.3