networks: Remove interaction? from the tests for get-interaction-sign.
This commit is contained in:
parent
a8adc9fb57
commit
195d71ed4e
1 changed files with 0 additions and 2 deletions
|
@ -492,8 +492,6 @@
|
||||||
(check-equal? (get-interaction-sign n-bool bool-doms 'y 'x) -1)
|
(check-equal? (get-interaction-sign n-bool bool-doms 'y 'x) -1)
|
||||||
(check-false (get-interaction-sign n-bool bool-doms 'x 'z))
|
(check-false (get-interaction-sign n-bool bool-doms 'x 'z))
|
||||||
(check-equal? (get-interaction-sign n-bool bool-doms 'x 't) 0)
|
(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
|
(define n-multi (network-form->network
|
||||||
(hash 'x '(min (+ y 1) 2)
|
(hash 'x '(min (+ y 1) 2)
|
||||||
'y '(max (- y 1) 0)
|
'y '(max (- y 1) 0)
|
||||||
|
|
Loading…
Reference in a new issue