Skip to content

Commit

Permalink
fix flake9
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jan 25, 2025
1 parent b60ed16 commit 5ee8ca9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyro/compressible_fv4/fluxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def fluxes(myd, rp, ivars):
# convert U from cell-averages to cell-centers
U_cc = np.zeros_like(U_avg)


U_cc[:, :, ivars.idens] = myd.to_centers("density")
U_cc[:, :, ivars.ixmom] = myd.to_centers("x-momentum")
U_cc[:, :, ivars.iymom] = myd.to_centers("y-momentum")
Expand Down

0 comments on commit 5ee8ca9

Please sign in to comment.