summaryrefslogtreecommitdiff
path: root/scripts/test.sh
diff options
context:
space:
mode:
authorVoid Agent <void@jayrup.hermes>2026-08-02 14:24:51 +0100
committerVoid Agent <void@jayrup.hermes>2026-08-02 14:24:51 +0100
commit31e1656f1fd4409c14108e63eb3e430f657746ac (patch)
treebed1220a66825ee44a2c8533df2b4262d1048e74 /scripts/test.sh
parenta16d9b3177248ae9e27b195f117b5b615af6da8c (diff)
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
Diffstat (limited to 'scripts/test.sh')
-rwxr-xr-xscripts/test.sh3
1 files changed, 2 insertions, 1 deletions
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