Skip to content
Snippets Groups Projects
Commit b2aa5759 authored by Steve Williams's avatar Steve Williams
Browse files

Remove the Performance test until I can find out what is wrong with it re #3305

parent 61f35ffa
No related branches found
No related tags found
No related merge requests found
...@@ -282,7 +282,7 @@ private: ...@@ -282,7 +282,7 @@ private:
Mantid::API::MatrixWorkspace_sptr m_inputWS, m_wavNorm, m_pixel; Mantid::API::MatrixWorkspace_sptr m_inputWS, m_wavNorm, m_pixel;
std::string m_noGrav; std::string m_noGrav;
}; };
/*
class Q1D2TestPerformance : public CxxTest::TestSuite class Q1D2TestPerformance : public CxxTest::TestSuite
{ {
public: public:
...@@ -315,7 +315,7 @@ public: ...@@ -315,7 +315,7 @@ public:
Q1D.execute(); Q1D.execute();
} }
}; };
*/
void createInputWorkspaces(int start, int end, Mantid::API::MatrixWorkspace_sptr & input, Mantid::API::MatrixWorkspace_sptr & wave, Mantid::API::MatrixWorkspace_sptr & pixels) void createInputWorkspaces(int start, int end, Mantid::API::MatrixWorkspace_sptr & input, Mantid::API::MatrixWorkspace_sptr & wave, Mantid::API::MatrixWorkspace_sptr & pixels)
{ {
std::string wsName("Q1D2Test_inputworkspace"), wavNorm("Q1D2Test_wave"); std::string wsName("Q1D2Test_inputworkspace"), wavNorm("Q1D2Test_wave");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment