Add data_analysis/tests/data/sample_run.csv
This commit is contained in:
parent
98642f49e4
commit
5700bb7087
1 changed files with 7 additions and 0 deletions
7
data_analysis/tests/data/sample_run.csv
Normal file
7
data_analysis/tests/data/sample_run.csv
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
context,pinned_status,delta_t,warn
|
||||||
|
near_expiry,unpinned,-0.05,True
|
||||||
|
near_expiry,unpinned,0.01,False
|
||||||
|
near_expiry,pinned,-0.02,False
|
||||||
|
fresh,unpinned,-0.01,True
|
||||||
|
fresh,unpinned,0.03,False
|
||||||
|
fresh,pinned,0.02,False
|
||||||
|
Loading…
Reference in a new issue