Skip to content

Commit

Permalink
Increase Code Coverage --> 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
joscao committed Oct 23, 2023
1 parent bbfad01 commit c33cae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_util_linear_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def test_backsubstitution(
[[2, 4, 6, 8], [1, 2, 3, 4], [3, 6, 9, 12]],
[[1, 2, 3, 4], [0, 0, 0, 0], [0, 0, 0, 0]],
),
([[0, 0, 0], [1, 0, 2]], [[1, 0, 2], [0, 0, 0]]),
],
)
def test_generate_row_echelon_form(matrix, result):
Expand Down

0 comments on commit c33cae5

Please sign in to comment.