Skip to content

Commit

Permalink
Refs #9789 Fixed for doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lottie Greenwood committed Dec 3, 2014
1 parent b33ac9e commit 5d789d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def summary(self):
return "Calibrates every pixel position by performing single peak fitting."

def PyInit(self):
self.declareProperty(FileProperty("InputWorkspace", "", FileAction.Load),
self.declareProperty(FileProperty("Filename", "", FileAction.Load),
"Calibration run to use")

self.declareProperty(ITableWorkspaceProperty("DetectorPositions", "", Direction.Output),
Expand Down

0 comments on commit 5d789d6

Please sign in to comment.