Changeset 3814


Ignore:
Timestamp:
Jul 11, 2019, 1:56:55 AM (4 years ago)
Author:
Peter
Message:

decrease stringency in test, to avoid spurious test failure on osx
with clang v9.

reported by jari

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/regression.cc

    r3550 r3814  
    158158    suite.add(false);
    159159  }
    160   if ( !suite.equal(polynomial_w.s2(),linear_w.s2(), 12) ){
     160  if ( !suite.equal(polynomial_w.s2(),linear_w.s2(), 14) ){
    161161    suite.err() << "error: chisq not same in linear and polynomial(1)"
    162162           << std::endl;
Note: See TracChangeset for help on using the changeset viewer.