Skip to content

Commit

Permalink
Refs #9892 Comment out print messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed Jul 18, 2014
1 parent bc337a1 commit 565d80e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
from mantid import logger
import numpy
from scipy.interpolate import interp1d
#from pdb import set_trace as tr # only for debuggin purposes

#from pdb import set_trace as tr

class DSFinterp1DFit(IFunction1D):

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import unittest
import numpy
#from pdb import set_trace as tr # only for debugging purposes

from mantid.kernel import logger
from mantid.simpleapi import CreateWorkspace, Fit, mtd, SaveNexus
from mantid.api import AnalysisDataService
from pdb import set_trace as tr # only for debugging purposes
import sys

class DSFinterp1DTestTest(unittest.TestCase):
Expand Down Expand Up @@ -78,7 +76,6 @@ def isthere_dsfinterp(self):

def test_input_exceptions(self):
''' Test exceptions thrown upon wrong input '''
print 'Test method test_input_exceptions...'
if not self.isthere_dsfinterp():
return
import dsfinterp
Expand Down Expand Up @@ -129,7 +126,6 @@ def test_input_exceptions(self):

def test_LorentzianFit(self):
''' Fit a set or Lorentzians with "noisy" HWHM against a reference lorentzian '''
print 'Test method test_LorentzianFit'
if not self.isthere_dsfinterp():
return
import dsfinterp
Expand Down

0 comments on commit 565d80e

Please sign in to comment.