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
Current implementation of YAML input file parser (util_yaml.process()) does not allow for math expressions or internal references in parameter list when specifying random distribution.
Current implementation of YAML input file parser (
util_yaml.process()
) does not allow for math expressions or internal references in parameter list when specifying random distribution.For example, this is currently not possible:
Instead, the user would be forced to hardcode these values to achieve the desired effect:
The text was updated successfully, but these errors were encountered: