crazy25000

Results 1 issues of crazy25000

Hi, I noticed when passing min/max values to Real, the returned samples are not rounded to match the original. Minimum example, ```python from skopt.space import Real print(Real(low=0.0010, high=0.0050).rvs()) >> [0.0013824513025155782]...