Skip to content

Commit

Permalink
ignore angular_momentum_z in rad CI
Browse files Browse the repository at this point in the history
for some reason we get -0 on github but 0 locally
must be a lib difference (hypre?) somewhere
  • Loading branch information
zingale committed Nov 29, 2023
1 parent e59d0ae commit 83485ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rad-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
run: |
cd Exec/radiation_tests/Rad2Tshock
../../../external/amrex/Tools/Plotfile/fextrema.gnu.ex plt_00025 > fextrema.out
diff fextrema.out ci-benchmarks/Rad2TShock-1d.out
diff -I "^angular_momentum_z" fextrema.out ci-benchmarks/Rad2TShock-1d.out

0 comments on commit 83485ba

Please sign in to comment.