We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2147181 commit 0648a2dCopy full SHA for 0648a2d
1 file changed
tests/integration/test_ag3.py
@@ -189,6 +189,7 @@ def test_karyotyping(inversion):
189
assert all(df[f"karyotype_{inversion}"].isin([0, 1, 2]))
190
assert all(df[f"karyotype_{inversion}_mean"].between(0, 2))
191
192
+
193
def test_plot_haplotype_network_string_direct(mocker):
194
ag3 = setup_ag3()
195
mocker.patch("dash.Dash.run")
@@ -277,6 +278,7 @@ def test_plot_haplotype_network_none(mocker):
277
278
assert call_args["color"] is None
279
assert call_args["ht_color_counts"] is None
280
281
282
def test_phenotype_data():
283
"""Test basic functionality of phenotype_data method with sample_query."""
284
0 commit comments