Skip to content

Commit

Permalink
Cleanup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sharanry committed Nov 19, 2023
1 parent 1a18393 commit 829a914
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/forwarddiff.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ n = 4
A = rand(n, n);
dA = zeros(n, n);
b1 = rand(n);
# alg = LUFactorization()
for alg in (
LUFactorization(),
RFLUFactorization(),
Expand Down

0 comments on commit 829a914

Please sign in to comment.