Skip to content

Commit 0648a2d

Browse files
committed
Unlinting
1 parent 2147181 commit 0648a2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/test_ag3.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ def test_karyotyping(inversion):
189189
assert all(df[f"karyotype_{inversion}"].isin([0, 1, 2]))
190190
assert all(df[f"karyotype_{inversion}_mean"].between(0, 2))
191191

192+
192193
def test_plot_haplotype_network_string_direct(mocker):
193194
ag3 = setup_ag3()
194195
mocker.patch("dash.Dash.run")
@@ -277,6 +278,7 @@ def test_plot_haplotype_network_none(mocker):
277278
assert call_args["color"] is None
278279
assert call_args["ht_color_counts"] is None
279280

281+
280282
def test_phenotype_data():
281283
"""Test basic functionality of phenotype_data method with sample_query."""
282284
ag3 = setup_ag3()

0 commit comments

Comments
 (0)