def test_creating_a_peaksworkspace(self):
     peaks = WorkspaceFactory.createPeaks()
     self.assertTrue(isinstance(peaks, IPeaksWorkspace))
 def test_creating_a_peaksworkspace(self):
     peaks = WorkspaceFactory.createPeaks()
     self.assertTrue(isinstance(peaks, IPeaksWorkspace))