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
In GrasshopperInOut.cs, SetInputSliderValues(List variables), double eps = Convert.ToDouble(slider.Slider.Epsilon);
is always 1.
It should be calculated as in SetGenepoolValues(List variables) when not an integer:
I have checked it in my environment, but I am still able to get values other than 1 for eps with the current implementation without any problem.
Could you please let me know your environment so I can check the cause?
Describe the bug
In GrasshopperInOut.cs, SetInputSliderValues(List variables),
double eps = Convert.ToDouble(slider.Slider.Epsilon);
is always 1.
It should be calculated as in SetGenepoolValues(List variables) when not an integer:
The text was updated successfully, but these errors were encountered: