Skip to content

Commit

Permalink
reduced tolerance on reactFlow singleRx and table
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Oct 11, 2024
1 parent fd7b827 commit 5050e63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/reactFlow-singleRx.test
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ setup() {
@test "[$TEST] verify tps output with input -> $RUNFILE" {
test -s $SOLN_FILE
test -s $REF_FILE
h5diff -r --delta=1e-11 $SOLN_FILE $REF_FILE /species
h5diff -r --delta=1e-10 $SOLN_FILE $REF_FILE /species
}

@test "[$TEST] check for input file $RUNFILE_STIFF" {
Expand Down
4 changes: 2 additions & 2 deletions test/reactFlow-table.test
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ setup() {
@test "[$TEST] verify tps output with input -> $RUNFILE" {
test -s $SOLN_FILE
test -s $REF_FILE
h5diff -r --delta=1e-11 $SOLN_FILE $REF_FILE /species
h5diff -r --delta=1e-11 $SOLN_FILE $REF_FILE /temperature
h5diff -r --delta=1e-10 $SOLN_FILE $REF_FILE /species
h5diff -r --delta=1e-10 $SOLN_FILE $REF_FILE /temperature
}

0 comments on commit 5050e63

Please sign in to comment.