Skip to content

Commit

Permalink
ENH: PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTheisen committed Sep 8, 2023
1 parent d510ca6 commit 0950b3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion act/plotting/skewtdisplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ def plot_from_u_and_v(
if len(np.shape(v)) == 2:
v = np.reshape(v, v.shape[0] * v.shape[1])


u_red = np.zeros_like(p_levels_to_plot) * getattr(units, u_units)
v_red = np.zeros_like(p_levels_to_plot) * getattr(units, v_units)

Expand Down

0 comments on commit 0950b3c

Please sign in to comment.