Open dhungelgd opened 2 years ago
A ValueError: negative dimensions are not allowed is obtained when the value of random_var_w fed is greater than a certain value (In the example, the error occurs when the value exceeds approx 0.55 )
random_var_w
This is probably because either rand_window[0] or rand_window[1] is negative. I would check the function which assign their values
rand_window[0]
rand_window[1]
A ValueError: negative dimensions are not allowed is obtained when the value of
random_var_w
fed is greater than a certain value (In the example, the error occurs when the value exceeds approx 0.55 )