Skip to content

Commit

Permalink
small fix for skipping pixel cal (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
rboston628 authored Nov 21, 2024
1 parent bb31f0d commit 1d17054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snapred/backend/recipe/PixelDiffCalRecipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def unbagGroceries(self, groceries: Dict[str, WorkspaceName]) -> None: # noqa A
BinWidth=self.dBin,
)
else:
self.mantidSnapper.RenameWorkspace(
self.mantidSnapper.CloneWorkspace(
"Begin DIFC table at previous",
InputWorkspace=self.DIFCprev,
OutputWorkspace=self.DIFCpixel,
Expand Down

0 comments on commit 1d17054

Please sign in to comment.