Skip to content

Commit 8eca8b6

Browse files
committed
modified test output
1 parent 22ffd6f commit 8eca8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_classifier.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ def test_classifier_integration():
4646
assert len(facts) == len(class_names), "Expected one fact per class"
4747

4848
# Print results for visual inspection.
49-
print("Model output (logits):")
50-
print(output)
49+
print('Logits', output)
50+
print('Probabilities', probabilities)
5151
print("\nGenerated PyReason Facts:")
5252
for fact in facts:
5353
print(fact)

0 commit comments

Comments
 (0)