|
6 | 6 | @testset "forward" begin |
7 | 7 | # No batches |
8 | 8 | @testset for RT in (Const, Duplicated, DuplicatedNoNeed), |
9 | | - Tx in (Const, Duplicated), Ty in (Const, Duplicated), |
| 9 | + Tx in (Const, Duplicated), |
| 10 | + Ty in (Const, Duplicated), |
10 | 11 | Tz in (Const, Duplicated) |
11 | 12 |
|
12 | 13 | # Rule not picked up by Enzyme on Julia 1.11?! |
|
20 | 21 |
|
21 | 22 | # Batches |
22 | 23 | @testset for RT in (Const, BatchDuplicated, BatchDuplicatedNoNeed), |
23 | | - Tx in (Const, BatchDuplicated), Ty in (Const, BatchDuplicated), |
| 24 | + Tx in (Const, BatchDuplicated), |
| 25 | + Ty in (Const, BatchDuplicated), |
24 | 26 | Tz in (Const, BatchDuplicated) |
25 | 27 |
|
26 | 28 | # Rule not picked up by Enzyme on Julia 1.11?! |
|
35 | 37 | @testset "reverse" begin |
36 | 38 | # No batches |
37 | 39 | @testset for RT in (Const, Active), |
38 | | - Tx in (Const, Active), Ty in (Const, Active), |
| 40 | + Tx in (Const, Active), |
| 41 | + Ty in (Const, Active), |
39 | 42 | Tz in (Const, Active) |
40 | 43 |
|
41 | 44 | test_reverse(Bijectors.find_alpha, RT, (x, Tx), (y, Ty), (z, Tz)) |
|
0 commit comments