networks: Remove interaction? from the tests for get-interaction-sign.

This commit is contained in:
Sergiu Ivanov 2020-11-18 00:29:45 +01:00
parent a8adc9fb57
commit 195d71ed4e

View File

@ -492,8 +492,6 @@
(check-equal? (get-interaction-sign n-bool bool-doms 'y 'x) -1)
(check-false (get-interaction-sign n-bool bool-doms 'x 'z))
(check-equal? (get-interaction-sign n-bool bool-doms 'x 't) 0)
(check-true (interaction? n-bool bool-doms 'y 'x))
(check-false (interaction? n-bool bool-doms 'x 'z))
(define n-multi (network-form->network
(hash 'x '(min (+ y 1) 2)
'y '(max (- y 1) 0)