Skip to content

Commit

Permalink
remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaoyx committed Oct 10, 2024
1 parent a20d91b commit ede36b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_expected.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,4 +733,3 @@ def test_diagsum_from_array():
exp1 = diagsum_from_array(ar, ignore_diags=0)
exp1["balanced.avg"] = exp1["balanced.sum"] / exp1["n_valid"]
assert np.allclose(exp, exp1["balanced.avg"].values, equal_nan=True)

0 comments on commit ede36b6

Please sign in to comment.