Skip to content

Commit

Permalink
test(matrices): add coverage for new Chow constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
mfasi committed Oct 10, 2024
1 parent bcead7e commit 4f842cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/matrices/chow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
])

# linear algebra functions
run_test_linear_algebra_functions([Chow.(1:5); Chow.(1:5, 2, 3)])
run_test_linear_algebra_functions([Chow.(1:5); Chow.(1:5, 2, 3), Chow.(1:5, 1.1, 3)])

# eltype
@test test_matrix_elements(Chow{Int32}(5))
Expand Down

0 comments on commit 4f842cc

Please sign in to comment.