Skip to content

Commit

Permalink
re #9590 improve speed of absorptioncorrection test
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed Jun 19, 2014
1 parent deb9d59 commit fa9a74d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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()

Expand Down

0 comments on commit fa9a74d

Please sign in to comment.