From 195d71ed4e4fe4be04a980452cbfe5ddd222492a Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Wed, 18 Nov 2020 00:29:45 +0100 Subject: [PATCH] networks: Remove interaction? from the tests for get-interaction-sign. --- networks.rkt | 2 -- 1 file changed, 2 deletions(-) diff --git a/networks.rkt b/networks.rkt index ccd2a8a..3328a74 100644 --- a/networks.rkt +++ b/networks.rkt @@ -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)