diff --git a/python_sampling_tool/tests/data/sample_input.json b/python_sampling_tool/tests/data/sample_input.json new file mode 100644 index 0000000..2c9e450 --- /dev/null +++ b/python_sampling_tool/tests/data/sample_input.json @@ -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 + } +] \ No newline at end of file