Add spike_classifier/tests/data/test_spikes.json
This commit is contained in:
parent
4177b8a40b
commit
bd592ce091
1 changed files with 23 additions and 0 deletions
23
spike_classifier/tests/data/test_spikes.json
Normal file
23
spike_classifier/tests/data/test_spikes.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[
|
||||
{
|
||||
"spike_id": "spike_001",
|
||||
"cpu_path": "0-1-0",
|
||||
"reorder_score": 0.12,
|
||||
"timestamp": "2024-06-01T12:34:56.000Z",
|
||||
"signature": "normal_sequence"
|
||||
},
|
||||
{
|
||||
"spike_id": "spike_002",
|
||||
"cpu_path": "1-2-3",
|
||||
"reorder_score": 0.58,
|
||||
"timestamp": "2024-06-01T12:37:21.000Z",
|
||||
"signature": "mild_reorder"
|
||||
},
|
||||
{
|
||||
"spike_id": "spike_003",
|
||||
"cpu_path": "2-1-2",
|
||||
"reorder_score": 0.92,
|
||||
"timestamp": "2024-06-01T12:40:10.000Z",
|
||||
"signature": "severe_inconsistency"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue