We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c8724 commit b8dffc4Copy full SHA for b8dffc4
smodels/statistics/pyhfInterface.py
@@ -312,7 +312,7 @@ def getWSInfo(self):
312
break
313
if allChannels != patchedChannels:
314
logger.error ( f"could not patch {' '.join(allChannels-patchedChannels)} for {jsName}. Check the database!" )
315
- sys.exit()
+ # sys.exit()
316
317
318
wsChannelsInfo["otherRegions"].sort(
0 commit comments