Skip to content

Commit b8dffc4

Browse files
for now take out sys.exit, as unit tests fail
1 parent 70c8724 commit b8dffc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smodels/statistics/pyhfInterface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def getWSInfo(self):
312312
break
313313
if allChannels != patchedChannels:
314314
logger.error ( f"could not patch {' '.join(allChannels-patchedChannels)} for {jsName}. Check the database!" )
315-
sys.exit()
315+
# sys.exit()
316316

317317

318318
wsChannelsInfo["otherRegions"].sort(

0 commit comments

Comments
 (0)