You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If for some reason you want to mess up and test with the parameter values in DAME, the parameter positions should be shown in the invocation as well. For example, right now DAME shows:
If for some reason you want to mess up and test with the parameter values in DAME, the parameter positions should be shown in the invocation as well. For example, right now DAME shows:
Parameters - weed_fraction: 0.05 - use_forcing: FALSE - end_planting_day: 149 - end_year: 2017 (other parameters omitted for brevity)
What it should show:
Parameters - weed_fraction (p1): 0.05 - use_forcing (p2): FALSE - end_planting_day (p3): 149 - end_year (p4): 2017 (other parameters omitted for brevity)
Where p1..p4 are the parameters that will be shown in the invocation command. E.g.,:
The text was updated successfully, but these errors were encountered: