Skip to content
Snippets Groups Projects
Unverified Commit 826502b8 authored by Fahima-Islam's avatar Fahima-Islam Committed by GitHub
Browse files

in line 400 `self.chunksize` has to be `self.chunkSize`

parent 92bb93b0
No related branches found
No related tags found
No related merge requests found
......@@ -397,7 +397,7 @@ class SNAPReduce(DataProcessorAlgorithm):
progEnd = progStart + .9 * progDelta
# pass all of the work to the child algorithm
AlignAndFocusPowderFromFiles(Filename=filename, OutputWorkspace=wkspname ,
MaxChunkSize=self.chunksize,
MaxChunkSize=self.chunkSize,
UnfocussedWorkspace=unfocussed, # can be empty string
startProgress=progStart,
endProgress=progEnd,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment