Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 18, 2024
1 parent 71a0224 commit 26ffe6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyro/compressible/unsplit_fluxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,6 @@ def apply_source_terms(U_xl, U_xr, U_yl, U_yr,

myg = my_data.grid

dens = my_data.get_var("density")
xmom = my_data.get_var("x-momentum")
ymom = my_data.get_var("y-momentum")
pres = my_data.get_var("pressure")

dens_src = my_aux.get_var("dens_src")
Expand Down

0 comments on commit 26ffe6f

Please sign in to comment.