We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ea465 commit 64f9cdaCopy full SHA for 64f9cda
popper/bkcons.py
@@ -755,7 +755,7 @@ def deduce_recalls(settings):
755
solver.add('base', [], bk)
756
solver.ground([('base', [])])
757
except Exception as Err:
758
- print('ERROR deducing recalls', Err)
+ print('WARNING: cannot deduce recalls', Err)
759
return None
760
761
for pred, arity in settings.body_preds:
0 commit comments