Skip to content

Commit 64f9cda

Browse files
committed
changed error to warning when deducing recalls
1 parent 08ea465 commit 64f9cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popper/bkcons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ def deduce_recalls(settings):
755755
solver.add('base', [], bk)
756756
solver.ground([('base', [])])
757757
except Exception as Err:
758-
print('ERROR deducing recalls', Err)
758+
print('WARNING: cannot deduce recalls', Err)
759759
return None
760760

761761
for pred, arity in settings.body_preds:

0 commit comments

Comments
 (0)