From 4e4d1169e0fed843ddc840845f02e9da3e7d877d Mon Sep 17 00:00:00 2001 From: Mika Date: Mon, 9 Feb 2026 16:01:12 +0000 Subject: [PATCH] Add policy_eval.py/tests/data/sample_policy_constants.json --- policy_eval.py/tests/data/sample_policy_constants.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 policy_eval.py/tests/data/sample_policy_constants.json diff --git a/policy_eval.py/tests/data/sample_policy_constants.json b/policy_eval.py/tests/data/sample_policy_constants.json new file mode 100644 index 0000000..a8fc04e --- /dev/null +++ b/policy_eval.py/tests/data/sample_policy_constants.json @@ -0,0 +1,4 @@ +{ + "version": "1.0.1", + "constant_value": 42.75 +} \ No newline at end of file