Skip to content

Commit

Permalink
update pipe arans soln and reduced sponge test tol
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Jun 21, 2024
1 parent ac9fd5d commit 4de93a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/ref_solns/pipe/restart_output-pipe-arans.sol.h5
Git LFS file not shown
2 changes: 1 addition & 1 deletion test/sponge.test
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ setup() {
@test "[$TEST] verify tps output with input -> $RUNFILE" {
test -s $SOLN_FILE
test -s $REF_FILE
h5diff -r --relative=1e-13 $SOLN_FILE $REF_FILE /temperature/temperature
h5diff -r --relative=1e-10 $SOLN_FILE $REF_FILE /temperature/temperature
}

0 comments on commit 4de93a5

Please sign in to comment.