Hi, I am trying to set different values of the parameter "gypsum_thoroughness" through the cli, but I am getting Gypsum conversion errors when doing so, even when setting it to the default value of 3 (which I saw in a correct run, without setting it)
I noticed that in RunAutoGrow.py, "gypsum_thoroughness" is set as a "str" with no default value, could you please explain why? Shouldn't it be a integer or float? How can I set it properly?
Thank you for your help.