diff options
author | Tom Smeding <t.j.smeding@uu.nl> | 2025-04-21 23:20:10 +0200 |
---|---|---|
committer | Tom Smeding <t.j.smeding@uu.nl> | 2025-04-21 23:20:10 +0200 |
commit | bbf7e83f8c33941d37a6344e6a79c42af2d0a6a3 (patch) | |
tree | 74b7c4f6132cd277a16f6ae1fc521e85942845ff | |
parent | 4551cf775dcc099a8a534359e92c5ddc9349ac9f (diff) |
test: Also run arr-rebind-simple, why not
-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 |