Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Mar 5, 2024
1 parent 7a495a1 commit 35e07f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ensembleperturbation/plotting/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ def plot_points(

if isinstance(points, MultiPoint):
points = numpy.squeeze(
numpy.stack(
[list(point.coords)[0][:3] for point in points.geoms],
axis=0))
numpy.stack([list(point.coords)[0][:3] for point in points.geoms], axis=0)
)

if not isinstance(points, numpy.ndarray):
points = numpy.array(points)
Expand Down

0 comments on commit 35e07f8

Please sign in to comment.