Skip to content

Commit

Permalink
Merge pull request #53 from haasad/tests/fix-unsorted-indices-assert
Browse files Browse the repository at this point in the history
Tests: Remove assert for unsorted indices
  • Loading branch information
haasad authored Jul 2, 2023
2 parents 7faee07 + a591a30 commit 2c8e5f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_input_A.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

def test_input_A_unsorted_indices():
A, b = create_test_A_b_small(sort_indices=False)
assert not A.has_sorted_indices
ps._check_A(A)
assert A.has_sorted_indices
basic_solve(A, b)
Expand Down

0 comments on commit 2c8e5f6

Please sign in to comment.