Can't pass in np.array to power_analysis
Closed this issue · 1 comments
gibsramen commented
Seems like this line fails when you pass in a np.array
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
Input In [180], in <module>
----> 1 [[1, 2, 3], np.linspace(10, 30, 5), None].count(None)
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()