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
I noticed that Regions2D.close_region right now returns a dataframe that has the regions closed, but the internal dataframe of the Regions2D object is unchanged.
I feel it would be more intuitive if the internal dataframe is modified, instead of returning a copy with the modified dataframe.
I noticed that
Regions2D.close_region
right now returns a dataframe that has the regions closed, but the internal dataframe of theRegions2D
object is unchanged.I feel it would be more intuitive if the internal dataframe is modified, instead of returning a copy with the modified dataframe.
Thoughts? @ctuguinay
The text was updated successfully, but these errors were encountered: