Ignore:
Timestamp:
Feb 16, 2017, 2:32:48 PM (9 years ago)
Author:
Frederik Heber <heber@…>
Children:
329fbd
Parents:
d92bf5
git-author:
Frederik Heber <heber@…> (02/16/17 13:21:50)
git-committer:
Frederik Heber <heber@…> (02/16/17 14:32:48)
Message:

FIX: Modified test thresholds in boost_test for three tests.

  • periodic_fas(_mpi) only test against 5e-8 relative precision.
  • open_fas uses PRECISION of 1e-12 to reach 1e-10 relative precision.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/unit_test/library/open_fas_mpi.cpp

    rd92bf5 r37becf  
    7474    new ObjectStorage<int>("POSTSMOOTHSTEPS", 3);
    7575    new ObjectStorage<int>("MAX_ITERATION", 12);
    76     new ObjectStorage<vmg_float>("PRECISION", 1.0e-10);
     76    new ObjectStorage<vmg_float>("PRECISION", 1.0e-12);
    7777
    7878    MG::PostInit();
Note: See TracChangeset for help on using the changeset viewer.