Skip to content

Commit

Permalink
rebase and fix skip pixel calibration backend
Browse files Browse the repository at this point in the history
  • Loading branch information
walshmm committed Nov 6, 2024
1 parent 1cb9c7c commit 5d1191c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snapred/backend/service/CalibrationService.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def diffractionCalibrationWithIngredients(self, request: SimpleDiffCalRequest) -
@FromString
def pixelCalibration(self, request: SimpleDiffCalRequest) -> PixelDiffCalServing:
# cook recipe
if request.skipPixelCalibration:
if request.ingredients.skipPixelCalibration:
self.groceryClerk.name("defaultCalibrationTable").diffcal_table(

Check warning on line 188 in src/snapred/backend/service/CalibrationService.py

View check run for this annotation

Codecov / codecov/patch

src/snapred/backend/service/CalibrationService.py#L187-L188

Added lines #L187 - L188 were not covered by tests
request.ingredients.runConfig.runNumber, VERSION_DEFAULT
).useLiteMode(request.ingredients.runConfig.useLiteMode).add()
Expand Down

0 comments on commit 5d1191c

Please sign in to comment.