Add artifact.scatter_plot/tests/data/test_measurements.json
This commit is contained in:
parent
d8473bb84b
commit
313906b4a1
1 changed files with 22 additions and 0 deletions
22
artifact.scatter_plot/tests/data/test_measurements.json
Normal file
22
artifact.scatter_plot/tests/data/test_measurements.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"band_width": 0.5,
|
||||
"near_expiry_unpinned": 0.1
|
||||
},
|
||||
{
|
||||
"band_width": 1.0,
|
||||
"near_expiry_unpinned": 0.3
|
||||
},
|
||||
{
|
||||
"band_width": 1.5,
|
||||
"near_expiry_unpinned": 0.45
|
||||
},
|
||||
{
|
||||
"band_width": 2.0,
|
||||
"near_expiry_unpinned": 0.6
|
||||
},
|
||||
{
|
||||
"band_width": 2.5,
|
||||
"near_expiry_unpinned": 0.8
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue