Skip to content

Commit

Permalink
silly mistake in utils
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcropper committed Oct 29, 2023
1 parent c09eb44 commit e76ceff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popper/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def mdl_score(fn, fp, size):

def order_rule(rule, settings=None):

if settings and settings.bkcons:
if settings and settings.datalog:
return order_rule_datalog(rule, settings)

head, body = rule
Expand Down

0 comments on commit e76ceff

Please sign in to comment.