Skip to content

Commit

Permalink
Changed unit test value. Refs #7001.
Browse files Browse the repository at this point in the history
Changed unit test value as new FindPeaks gives out better result.
  • Loading branch information
wdzhou committed Jun 18, 2013
1 parent c761afc commit e8e871a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class GetDetOffsetsMultiPeaksTest : public CxxTest::TestSuite
TS_ASSERT_THROWS_NOTHING( output = AnalysisDataService::Instance().retrieveWS<MatrixWorkspace>(outputWS) );
if (!output) return;

TS_ASSERT_DELTA( output->dataY(0)[0], -0.00196, 0.0002);
TS_ASSERT_DELTA( output->dataY(0)[0], 0.0506, 0.0002);

AnalysisDataService::Instance().remove(outputWS);

Expand Down

0 comments on commit e8e871a

Please sign in to comment.