Add spike_finder/tests/data/sample_log.json
This commit is contained in:
parent
c9c8a48d8f
commit
462922c27a
1 changed files with 12 additions and 0 deletions
12
spike_finder/tests/data/sample_log.json
Normal file
12
spike_finder/tests/data/sample_log.json
Normal file
|
|
@ -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}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue