Skip to content

Commit 2a8a179

Browse files
committed
Re-add matrix tests
1 parent 6af379a commit 2a8a179

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • DifferentiationInterface/test/Back/Enzyme

DifferentiationInterface/test/Back/Enzyme/test.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,7 @@ end;
6868

6969
test_differentiation(
7070
duplicated_backends,
71-
filter(
72-
s -> !(s.y isa Matrix), # TODO: remove
73-
default_scenarios(; include_normal=false, include_closurified=true),
74-
);
71+
default_scenarios(; include_normal=false, include_closurified=true);
7572
excluded=SECOND_ORDER,
7673
logging=LOGGING,
7774
)

0 commit comments

Comments
 (0)