Skip to content

Commit

Permalink
Re #9555 Test parameter error in baseline modelling
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed Apr 2, 2015
1 parent 32affd8 commit 41429ba
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -81,6 +81,7 @@ class ALCBaselineModellingModelTest : public CxxTest::TestSuite
{
TS_ASSERT_EQUALS(fittedFunc->name(), "FlatBackground");
TS_ASSERT_DELTA(fittedFunc->getParameter("A0"), 3, 1E-8);
TS_ASSERT_DELTA(fittedFunc->getError(0),0.447214,1E-6);
}

MatrixWorkspace_const_sptr corrected = m_model->correctedData();
Expand Down

0 comments on commit 41429ba

Please sign in to comment.