Skip to content

Commit

Permalink
65: Add minimum field to timestep duration for simulator workflow and…
Browse files Browse the repository at this point in the history
… change description to show change from milliseconds to seconds.
  • Loading branch information
lfse-slafleur committed Sep 13, 2024
1 parent 29e546e commit 2cd3b19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/workflow_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
{
"parameter_type": "duration",
"key_name": "timestep",
"description": "Duration of a timestep in milliseconds."
"description": "Duration of a timestep in seconds.",
"minimum": 0
},
{
"parameter_type": "datetime",
Expand Down

0 comments on commit 2cd3b19

Please sign in to comment.