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
I'd like to set a parameter to a fixed value by modifying the JSON configuration and without having to modify the Python shim. When I set min and max to the same value, I get the error message:
AssertionError: Your specified min (1.000000) for the variable c must be less than the max (1.000000)
The text was updated successfully, but these errors were encountered:
I'd like to set a parameter to a fixed value by modifying the JSON configuration and without having to modify the Python shim. When I set
min
andmax
to the same value, I get the error message:The text was updated successfully, but these errors were encountered: