run_13_minimal_intervention/retry_mechanism/tests/data/sample_input.json

20 lines
No EOL
387 B
JSON

{
"cases": [
{
"description": "Positive Delta t should remain unchanged",
"dt": 0.045
},
{
"description": "Negative Delta t triggers retry",
"dt": -0.23
},
{
"description": "Zero Delta t edge case",
"dt": 0.0
},
{
"description": "Barely negative Delta t requiring minimal correction",
"dt": -1e-06
}
]
}