Skip to content

Commit

Permalink
lower meta example integration test precision
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Feb 28, 2018
1 parent 2ddc9ce commit ac1fc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/meta/tester.cpp
Expand Up @@ -46,7 +46,7 @@ int main(int argc, const char *argv[])
fname_full_reference.c_str());

// allow for lossy serialization format
set_global_fequals_epsilon(1e-7);
set_global_fequals_epsilon(1e-6);
bool equal = a->equals(a_ref);

// print comparison output only if different as it it slow
Expand Down

0 comments on commit ac1fc66

Please sign in to comment.