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
You can now write:
@int(value = 5) sigma
And the sigma variable will have a default value of 5 the first time
the script is run.
Nicer would be:
@int sigma = 5
But implementing that would be more involved, and so should probably
wait till script parameter parsing is truly fixed as described in #156.
0 commit comments