Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sunethwarna committed Mar 6, 2024
1 parent afd1d7d commit f7fedfb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ def test_ShapeControl(self):
"reference_file_name" : "../control/shape/summary_orig.csv",
"output_file_name" : "summary.csv",
"remove_output_file" : true,
"comparison_type" : "deterministic"
"comparison_type" : "deterministic",
"tolerance" : 1e-6,
"relative_tolerance" : 1e-6
}""")).Execute()

if __name__ == "__main__":
Expand Down

0 comments on commit f7fedfb

Please sign in to comment.