From 0928acbb6b647696d8a31f99bc47998f7fcc83b3 Mon Sep 17 00:00:00 2001 From: Mika Date: Wed, 25 Feb 2026 12:01:59 +0000 Subject: [PATCH] Add metrics_reporting/tests/data/sample_run.json --- metrics_reporting/tests/data/sample_run.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 metrics_reporting/tests/data/sample_run.json diff --git a/metrics_reporting/tests/data/sample_run.json b/metrics_reporting/tests/data/sample_run.json new file mode 100644 index 0000000..f369ff3 --- /dev/null +++ b/metrics_reporting/tests/data/sample_run.json @@ -0,0 +1,6 @@ +{ + "run_number": 4, + "warn_rate": 0.12, + "unknown_rate": 0.03, + "unpin_delta_t": -0.05 +} \ No newline at end of file