From 313906b4a1fb17170b085b9ab5b877eb3b3634d7 Mon Sep 17 00:00:00 2001 From: Mika Date: Fri, 3 Apr 2026 10:57:08 +0000 Subject: [PATCH] Add artifact.scatter_plot/tests/data/test_measurements.json --- .../tests/data/test_measurements.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 artifact.scatter_plot/tests/data/test_measurements.json diff --git a/artifact.scatter_plot/tests/data/test_measurements.json b/artifact.scatter_plot/tests/data/test_measurements.json new file mode 100644 index 0000000..a5e2afc --- /dev/null +++ b/artifact.scatter_plot/tests/data/test_measurements.json @@ -0,0 +1,22 @@ +[ + { + "band_width": 0.5, + "near_expiry_unpinned": 0.1 + }, + { + "band_width": 1.0, + "near_expiry_unpinned": 0.3 + }, + { + "band_width": 1.5, + "near_expiry_unpinned": 0.45 + }, + { + "band_width": 2.0, + "near_expiry_unpinned": 0.6 + }, + { + "band_width": 2.5, + "near_expiry_unpinned": 0.8 + } +] \ No newline at end of file