From 5dc2a2b7aa645ba7bca51198060c9556896ea980 Mon Sep 17 00:00:00 2001 From: Mika Date: Sun, 22 Feb 2026 03:07:06 +0000 Subject: [PATCH] Add data_analysis/tests/data/sample_reference.json --- data_analysis/tests/data/sample_reference.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data_analysis/tests/data/sample_reference.json diff --git a/data_analysis/tests/data/sample_reference.json b/data_analysis/tests/data/sample_reference.json new file mode 100644 index 0000000..1c730e5 --- /dev/null +++ b/data_analysis/tests/data/sample_reference.json @@ -0,0 +1,7 @@ +[ + {"intensity": 0.05, "background_noise": 0.05}, + {"intensity": 0.06, "background_noise": 0.05}, + {"intensity": 0.05, "background_noise": 0.05}, + {"intensity": 0.055, "background_noise": 0.05}, + {"intensity": 0.045, "background_noise": 0.05} +] \ No newline at end of file