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
Bit of a nitpick really, but I just noticed that the BuildingPit do not call np.atleast_1d(layers) while this does happen for all other elements. BuildingPit inherits from AquiferData, not Element.
I noticed since layers.size won't work in this case.
The text was updated successfully, but these errors were encountered:
Bit of a nitpick really, but I just noticed that the BuildingPit do not call
np.atleast_1d(layers)
while this does happen for all other elements. BuildingPit inherits from AquiferData, not Element.I noticed since
layers.size
won't work in this case.The text was updated successfully, but these errors were encountered: