From d7265ac719a6fcd8666b84582a144f6600ec5e95 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 30 Jun 2019 18:58:54 +0000 Subject: [PATCH] Couple more logsumexp tests. --- tests/runtime/test-arith.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/runtime/test-arith.scm b/tests/runtime/test-arith.scm index 91cc085bb..712bc68fb 100644 --- a/tests/runtime/test-arith.scm +++ b/tests/runtime/test-arith.scm @@ -415,6 +415,10 @@ USA. (define-enumerated-test 'logsumexp-edges (list (list '() (flo:-inf.0)) + (list '(1) 1) + (list '(1/2) 1/2) + (list '(-1) -1) + (list '(-1/2) -1/2) (list '(-1000) -1000) (list '(-1000.) -1000.) (list (list (flo:-inf.0)) (flo:-inf.0)) -- 2.25.1