Skip to content

Commit 88ab0a5

Browse files
last minute fix for wrong conversion of evaluationType
1 parent 98a7faf commit 88ab0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smodels/experiment/txnameObj.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ def getULFor(self, sms, evaluationType : NllEvalType = observed, mass=None):
842842
else m for m in massFlat]
843843
reweightF = 1.0
844844

845-
if evaluationType != apriori:
845+
if evaluationType == observed:
846846
ul = self.txnameData.getValueFor(point)
847847
else:
848848
if not self.txnameDataExp:

0 commit comments

Comments
 (0)