Skip to content

Commit

Permalink
Add & repair conducting atmo so it fails properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Prather committed Oct 12, 2023
1 parent ac46a45 commit f774756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ tests:
- ./run.sh
parallel:
matrix:
- TEST: [all_pars, anisotropic_conduction, bondi, bondi_viscous, bz_monopole,
- TEST: [all_pars, anisotropic_conduction, bondi, bondi_viscous, bz_monopole, conducting_atmosphere,
emhdmodes, mhdmodes, noh, regrid, reinit, resize, restart, tilt_init, torus_sanity]
2 changes: 1 addition & 1 deletion tests/conducting_atmosphere/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

t = dfile['t'][()]
gam = dfile['header/gam'][()]
higher_order_terms = dfile['header/higher_order_terms'][()].decode('UTF-8')
higher_order_terms = dfile['header/higher_order_terms']

# compute q
if higher_order_terms=="TRUE":
Expand Down

0 comments on commit f774756

Please sign in to comment.