Add python_sampling_tool/tests/data/sample_input.json
This commit is contained in:
parent
d0187f9e68
commit
f57866520b
1 changed files with 14 additions and 0 deletions
14
python_sampling_tool/tests/data/sample_input.json
Normal file
14
python_sampling_tool/tests/data/sample_input.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"job_id": "job_1",
|
||||
"data_points": 10
|
||||
},
|
||||
{
|
||||
"job_id": "job_2",
|
||||
"data_points": 15
|
||||
},
|
||||
{
|
||||
"job_id": "job_3",
|
||||
"data_points": 12
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue