Skip to content

Commit

Permalink
Update unit test for last Symmetrise property change
Browse files Browse the repository at this point in the history
Refs #7860
  • Loading branch information
DanNixon committed Sep 17, 2014
1 parent 88a0606 commit 11ead26
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ def setUp(self):
self._sample_ws = self._generate_sample_ws('symm_test_sample_ws')

def test_basic(self):
symm_test_out_ws= Symmetrise(Sample=self._sample_ws, XCut=0.05)
symm_test_out_ws= Symmetrise(Sample=self._sample_ws, XMin=0.05, XMax=0.2)

def _rayleigh(self, x, sigma):
return (x / sigma ** 2) * np.exp(-x ** 2 / (2 * sigma ** 2))
Expand Down

0 comments on commit 11ead26

Please sign in to comment.