Skip to content

Commit

Permalink
adjust numerical value due to prec=5 rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Jan 21, 2021
1 parent 658a8c3 commit 469f4eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/tests/queries/line_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,20 +200,20 @@ def TestOne(index, filename, varname, meshname, limit):
"ls_1_6":0.00773154,
"ls_1_8":0.142894,
"ls_1_9":0.00387523,
"ls_2_11":1,
"ls_1_12":0.20811,
"ls_1_14":0.999999,
"ls_1_15":0.0145833,
"ls_1_17":1,
"ls_1_18":0.0642869,
"ls_1_20":0.185295,
"ls_1_20":0.18530,
"ls_1_21":0.00830585,
"ls_2_2":1,
"ls_2_3":0.0266496,
"ls_2_5":3.38562e-06,
"ls_2_6":1.87224e-07,
"ls_2_8":3.38562e-06,
"ls_2_9":9.37578e-08,
"ls_2_11":1,
"ls_3_11":1,
"ls_2_12":0.0860585,
"ls_2_14":1,
Expand Down

0 comments on commit 469f4eb

Please sign in to comment.