From c233aa5294d37373f1443008d846d81c2310cc3c Mon Sep 17 00:00:00 2001 From: Caleb Bell Date: Thu, 21 Nov 2024 17:28:19 -0700 Subject: [PATCH] . --- tests/test_numerics_arrays.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_numerics_arrays.py b/tests/test_numerics_arrays.py index 3db3c51..4ebdaa0 100644 --- a/tests/test_numerics_arrays.py +++ b/tests/test_numerics_arrays.py @@ -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 = [