Skip to content

Commit a39c860

Browse files
committed
fix: apply pre-commit formatting fixes
1 parent 3712ce6 commit a39c860

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/anoph/test_heterozygosity.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def test_plot_roh(fixture, api: AnophelesHetAnalysis):
206206
# Check results.
207207
assert isinstance(fig, bokeh.models.GridPlot)
208208

209+
209210
@parametrize_with_cases("fixture,api", cases=".")
210211
def test_sample_count_het(fixture, api: AnophelesHetAnalysis):
211212
# Set up test parameters.
@@ -233,6 +234,7 @@ def test_sample_count_het(fixture, api: AnophelesHetAnalysis):
233234
assert (df["heterozygosity"] >= 0).all()
234235
assert (df["heterozygosity"] <= 1).all()
235236

237+
236238
@parametrize_with_cases("fixture,api", cases=".")
237239
def test_cohort_heterozygosity(fixture, api: AnophelesHetAnalysis):
238240
# Set up test parameters.
@@ -257,4 +259,4 @@ def test_cohort_heterozygosity(fixture, api: AnophelesHetAnalysis):
257259
assert len(df) > 0
258260
assert (df["n_samples"] > 0).all()
259261
assert (df["mean_heterozygosity"] >= 0).all()
260-
assert (df["mean_heterozygosity"] <= 1).all()
262+
assert (df["mean_heterozygosity"] <= 1).all()

0 commit comments

Comments
 (0)