From c17b6fc97525d8bdb090a4bc263cfd0a020f8d07 Mon Sep 17 00:00:00 2001 From: Don Boyd Date: Thu, 19 Mar 2026 10:03:14 -0400 Subject: [PATCH] Restore xx_targets.csv and xx_params.yaml test fixtures These faux area test fixtures were accidentally deleted in PR #463. They are required by test_area_weights.py (test_area_xx). Co-Authored-By: Claude Opus 4.6 (1M context) --- tmd/areas/targets/xx_params.yaml | 2 ++ tmd/areas/targets/xx_targets.csv | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 tmd/areas/targets/xx_params.yaml create mode 100644 tmd/areas/targets/xx_targets.csv diff --git a/tmd/areas/targets/xx_params.yaml b/tmd/areas/targets/xx_params.yaml new file mode 100644 index 00000000..3f8642c4 --- /dev/null +++ b/tmd/areas/targets/xx_params.yaml @@ -0,0 +1,2 @@ +# custom parameters file for xx area: +dump_all_target_deviations: True diff --git a/tmd/areas/targets/xx_targets.csv b/tmd/areas/targets/xx_targets.csv new file mode 100644 index 00000000..4443261a --- /dev/null +++ b/tmd/areas/targets/xx_targets.csv @@ -0,0 +1,17 @@ +varname,count,scope,agilo,agihi,fstatus,target +XTOT, 0, 0,-9e99, 9e99, 0, 33e6 +e00300, 0, 1,-9e99, 9e99, 0, 20e9 +e00900, 0, 1,-9e99, 9e99, 0, 30e9 +e00200, 0, 1,-9e99, 9e99, 0,1000e9 +e02000, 0, 1,-9e99, 9e99, 0, 30e9 +e02400, 0, 1,-9e99, 9e99, 0, 60e9 +c00100, 0, 1,-9e99, 9e99, 0,1200e9 +c00100, 1, 1, 1e6, 9e99, 0, 10e3 +e00400, 0, 1,-9e99, 9e99, 0, 2e9 +e00600, 0, 1,-9e99, 9e99, 0, 8e9 +e00650, 0, 1,-9e99, 9e99, 0, 7e9 +e01700, 0, 1,-9e99, 9e99, 0, 12e9 +e02300, 0, 1,-9e99, 9e99, 0, 10e9 +e17500, 0, 1,-9e99, 9e99, 0, 5e9 +e18400, 0, 1,-9e99, 9e99, 0, 10e9 +e18500, 0, 1,-9e99, 9e99, 0, 10e9 \ No newline at end of file