Skip to content

Commit

Permalink
MNT: get tests working again for sep beamtime
Browse files Browse the repository at this point in the history
  • Loading branch information
nstelter-slac committed Aug 30, 2024
1 parent d80b24d commit b8ad8bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calibrationSuite/psanaCommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def setupFromCmdlineArgs(self):
if self.args.nModules is not None:
raise RuntimeError("should not specify exact detector type and n modules")
if epix10k:
nModules = [k for k in self.detectorInfo.ePix10kCameraTypes.keys() if self.detectorInfo.ePix10kCameraTypes[k]==self.detType]
nModules = [k for k in self.detectorInfo.epix10kCameraTypes.keys() if self.detectorInfo.epix10kCameraTypes[k]==self.detType]
if jungfrau:
nModules = [k for k in self.detectorInfo.jungfrauCameraTypes.keys() if self.detectorInfo.jungfrauCameraTypes[k]==self.detType]
if nModules == []:
Expand Down

0 comments on commit b8ad8bc

Please sign in to comment.