Skip to content

Commit

Permalink
Re #10137. Fixing unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Aug 20, 2014
1 parent 06f5ca1 commit f10391f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ def summary(self):
return "Calculate the Wide Angle correction for SANS transmissions."

def PyInit(self):
self.declareProperty(MatrixWorkspaceProperty("SampleData", "", direction = Direction.Input),
self.declareProperty(MatrixWorkspaceProperty("SampleData", "", direction = Direction.Input),
"A workspace cropped to the detector to be reduced (the SAME as the input to [[Q1D]]); used to verify the solid angle. The workspace is not modified, just inspected.")
self.declareProperty(MatrixWorkspaceProperty("TransmissionData","",direction=Direction.Input),
"The transmission data calculated, referred to as <math>T_0</math> in equations in discussion section")
Expand Down

0 comments on commit f10391f

Please sign in to comment.