Skip to content

Commit

Permalink
test(matrices): enable computation functions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mfasi committed Jan 20, 2025
1 parent 7bd6796 commit fb8c7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function test_linear_algebra_functions(A::AbstractMatrix)
if determinant != 0
append!(computation_functions, [inv])
end
for func in property_functions
for func in computation_functions
@try_catch results[func] = func(A) func(matrix)
end

Expand Down

0 comments on commit fb8c7a0

Please sign in to comment.