Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Nov 22, 2024
1 parent a737d81 commit c233aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_numerics_arrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -2275,9 +2275,9 @@ def check_null_space(matrix, rtol=None):
]

matrices_rank_deficient = [
# [[1.0, 1.0], [1.0, 1.0]], # 2x2 rank 1
[[1.0, 1.0], [1.0, 1.0]], # 2x2 rank 1
[[1.0, 2.0, 3.0], [2.0, 4.0, 6.0]], # 2x3 rank 1
# [[1.0, 0.0, 0.0], [0.0, 1.0, 0.0], [0.0, 0.0, 0.0]], # 3x3 rank 2
[[1.0, 0.0, 0.0], [0.0, 1.0, 0.0], [0.0, 0.0, 0.0]], # 3x3 rank 2
]

matrices_tall = [
Expand Down

0 comments on commit c233aa5

Please # to comment.