diff --git a/flopy/plot/map.py b/flopy/plot/map.py index 93d272ec02..c8714327bc 100644 --- a/flopy/plot/map.py +++ b/flopy/plot/map.py @@ -284,7 +284,7 @@ def contour_array(self, a, masked_values=None, tri_mask=False, **kwargs): for ix, nodes in enumerate(triangles): neighbors = self.mg.neighbors(nodes[i], as_nodes=True) isin = np.isin(nodes[i + 1 :], neighbors) - if not np.alltrue(isin): + if not np.all(isin): mask[ix] = True if ismasked is not None: