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
FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
CL2[con3] = -0.032*(alpha[con3]/Units.deg-92.0) + RCL2*((alpha[con3]-92.*Units.deg)/(51.0*Units.deg))**N2
The text was updated successfully, but these errors were encountered:
Numpy 1.23 introduces updates to multidimensional indexing which results in error when designing propeller.
Change required on this line (remove square brackets and use numpy > operator):
SUAVE/trunk/SUAVE/Methods/Aerodynamics/AERODAS/post_stall_coefficients.py
Line 83 in f01d6a2
Warning from numpy 1.22.4
The text was updated successfully, but these errors were encountered: