Skip to content

Commit

Permalink
Reduced epsilon value for end to end tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoOfTwelve committed Sep 27, 2023
1 parent 9428119 commit a4a7cca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
* previous ones stored in the resource folder.
*/
class EndToEndSuiteTest {
private static final double EPSILON = 1E-8;
private static final double EPSILON = 1E-6;

/**
* Creates the test cases over all language options for which data is available and the current test options.
Expand Down

0 comments on commit a4a7cca

Please sign in to comment.