Skip to content

Commit ad0c87e

Browse files
committed
fix test scaling
1 parent 74b17cb commit ad0c87e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_scaling.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ def test_scaling():
2222

2323
output = pd.read_csv(io.StringIO(result), sep="\t", header=0)
2424

25-
assert output["n_pairs"].sum() == 7 # double unmapped pairs are currently ignored by lib.scaling
25+
assert (
26+
output["n_pairs"].sum() == 9
27+
) # double unmapped pairs are currently ignored by lib.scaling

0 commit comments

Comments
 (0)