Add python_sampling_tool/tests/data/sample_input.json

This commit is contained in:
Mika 2025-12-09 14:56:50 +00:00
parent d0187f9e68
commit f57866520b

View 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
}
]