From 462922c27a5572194a46408adf1c925eb7cdca91 Mon Sep 17 00:00:00 2001 From: Mika Date: Fri, 9 Jan 2026 14:49:07 +0000 Subject: [PATCH] Add spike_finder/tests/data/sample_log.json --- spike_finder/tests/data/sample_log.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 spike_finder/tests/data/sample_log.json diff --git a/spike_finder/tests/data/sample_log.json b/spike_finder/tests/data/sample_log.json new file mode 100644 index 0000000..adbda93 --- /dev/null +++ b/spike_finder/tests/data/sample_log.json @@ -0,0 +1,12 @@ +[ + {"timestamp": "2024-06-01T12:00:00Z", "value": 0.82}, + {"timestamp": "2024-06-01T12:00:01Z", "value": 0.85}, + {"timestamp": "2024-06-01T12:00:02Z", "value": 0.99}, + {"timestamp": "2024-06-01T12:00:03Z", "value": 1.05}, + {"timestamp": "2024-06-01T12:00:04Z", "value": 0.83}, + {"timestamp": "2024-06-01T12:00:05Z", "value": 1.20}, + {"timestamp": "2024-06-01T12:00:06Z", "value": 0.88}, + {"timestamp": "2024-06-01T12:00:07Z", "value": 0.91}, + {"timestamp": "2024-06-01T12:00:08Z", "value": 1.15}, + {"timestamp": "2024-06-01T12:00:09Z", "value": 0.87} +] \ No newline at end of file