BUGFIX: fixed initialization error for interpolated envelopes
Compare changes
+ 1
− 1
@@ -281,8 +281,8 @@ def compute_envelope(cloud, int_env=False, Nx=300):
The bug occurs when the interpolation flag "int_env" is ON and the envelope is interpolated according to a specified number of points 'Nx', which is essential in HAWTOpt2. This mis-assignment causes an error when trying to compute the envelope of envelopes.