We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2f347 commit ad18ae6Copy full SHA for ad18ae6
tests/test_extras.py
@@ -46,7 +46,7 @@ def test_make_chromarms():
46
cols_mids=["chromosome", "loc"],
47
)
48
pd.testing.assert_frame_equal(
49
- result
+ result,
50
arms.rename(columns={"chrom": "chromosome"}),
51
52
0 commit comments