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
As @leewujung pointed out in #95 comments, the replace_nan_depth function in regions2d.py should return nothing when inplace=true as it should just be editing the values found in self.data; however, it is returning values and not editing values "in place".
Fix the case where inplace=True
The text was updated successfully, but these errors were encountered:
As @leewujung pointed out in #95 comments, the
replace_nan_depth
function inregions2d.py
should return nothing wheninplace=true
as it should just be editing the values found in self.data; however, it is returning values and not editing values "in place".inplace=True
The text was updated successfully, but these errors were encountered: