We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b17cb commit ad0c87eCopy full SHA for ad0c87e
tests/test_scaling.py
@@ -22,4 +22,6 @@ def test_scaling():
22
23
output = pd.read_csv(io.StringIO(result), sep="\t", header=0)
24
25
- assert output["n_pairs"].sum() == 7 # double unmapped pairs are currently ignored by lib.scaling
+ assert (
26
+ output["n_pairs"].sum() == 9
27
+ ) # double unmapped pairs are currently ignored by lib.scaling
0 commit comments