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 752a63f commit ef121d1Copy full SHA for ef121d1
tests/integration/test_af1.py
@@ -84,7 +84,7 @@ def test_locate_region(region_raw):
84
def test_karyotyping(inversion):
85
af1 = setup_af1()
86
87
- with pytest.raises(FileNotFoundError):
+ with pytest.raises(NotImplementedError):
88
af1.karyotype(
89
inversion=inversion,
90
sample_sets="1229-VO-GH-DADZIE-VMF00095",
0 commit comments