Max Zorn
Results
1
issues of
Max Zorn
## 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: ```csharp private...