diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Main.hs b/test/Main.hs index 0cad9c9..117a864 100644 --- a/test/Main.hs +++ b/test/Main.hs @@ -538,6 +538,7 @@ tests_AD = testGroup "AD" #L ! pair (pair nil 0) 0 * #L ! pair (pair nil 0) 0)))) 42 + ,adTest "arr-rebind-simple" term_arr_rebind_simple ,adTest "arr-rebind" term_arr_rebind ,adTestGen "neural" Example.neural gen_neural |