From fa9a74de3c5922aab983c6e05e4fe4f0b032f537 Mon Sep 17 00:00:00 2001 From: Nick Draper Date: Thu, 19 Jun 2014 09:43:03 +0100 Subject: [PATCH] re #9590 improve speed of absorptioncorrection test --- Code/Mantid/docs/source/algorithms/AbsorptionCorrection-v1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/docs/source/algorithms/AbsorptionCorrection-v1.rst b/Code/Mantid/docs/source/algorithms/AbsorptionCorrection-v1.rst index 9003a50eeb4d..7a3af3dc2e2d 100644 --- a/Code/Mantid/docs/source/algorithms/AbsorptionCorrection-v1.rst +++ b/Code/Mantid/docs/source/algorithms/AbsorptionCorrection-v1.rst @@ -89,7 +89,7 @@ Usage SetSampleMaterial(ws,ChemicalFormula="V") #restrict the number of wavelength points to speed up the example - wsOut = AbsorptionCorrection(ws,NumberOfWavelengthPoints=5) + wsOut = AbsorptionCorrection(ws,NumberOfWavelengthPoints=5,ElementSize=3) print "The created workspace has one entry for each spectra: %i" % wsOut.getNumberHistograms()