Skip to content

Commit

Permalink
Update climada/util/test/test_checker.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chahan M. Kropf <[email protected]>
  • Loading branch information
peanutfun and chahank authored Jun 21, 2024
1 parent 71ce00e commit fa0821e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion climada/util/test/test_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_check_optionals_fail(self):
def test_prune_csr_matrix(self):
"""Check that csr matrices are brought into canonical format"""
# Non-canonical: First three data points will be summed onto the first matrix
# entry, forth will be an explicit zero entry
# entry, fourth will be an explicit zero entry
data = [0, 1, 2, 0]
indices = [0, 0, 0, 1]
indptr = [0, 4, 4, 4]
Expand Down

0 comments on commit fa0821e

Please sign in to comment.