Skip to content

Commit

Permalink
modifying expected truth value in exemplification case NAL7
Browse files Browse the repository at this point in the history
  • Loading branch information
maxeeem committed Apr 28, 2024
1 parent 1cb4cc2 commit d5d40b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Tests/test_NAL/test_NAL7.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_expemplification(self):
100
)
self.assertTrue(
output_contains(tasks_derived, '<<(*,$0,key_101) --> hold> =/> <(*,$0,room_101) --> enter>>. %1.00;0.37%')
output_contains(tasks_derived, '<<(*,$0,key_101) --> hold> =/> <(*,$0,room_101) --> enter>>. %0.72;0.58%')
)
pass

Expand Down Expand Up @@ -574,7 +574,6 @@ def test_abduction_sequence_eliminate_0(self):
'<(*,John,room_101) --> enter>. :|: %1.00;0.90%',
100
)
for t in tasks_derived: print(t)
self.assertTrue(
output_contains(tasks_derived, '<(*,John,key_101) --> hold>. :!-105: %1.00;0.45%')
)
Expand Down Expand Up @@ -627,7 +626,7 @@ def test_deduction_sequence(self):
tasks_derived = process_two_premises(
'<(&/, a, +1) =/> b>. %1.00;0.90%',
'<(&/, b, +1) =/> c>. %1.00;0.90%',
10
100
)

self.assertTrue(
Expand Down

0 comments on commit d5d40b7

Please sign in to comment.