Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Aug 24, 2024
1 parent d8d25e8 commit 19a2e77
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 @@ -119,7 +119,6 @@ def fluxes(myd, rp, ivars):
q_r.v(n=n, buf=2)[:, :] = xi.v(buf=2)*q_r.v(n=n, buf=2) + \
(1.0 - xi.v(buf=2))*q_avg.v(n=n, buf=2)


# solve the Riemann problem to find the face-average q
_q = cf.riemann_prim(idir, myg.ng,
ivars.irho, ivars.iu, ivars.iv, ivars.ip, ivars.ix, ivars.naux,
Expand Down

0 comments on commit 19a2e77

Please sign in to comment.