Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
  • Loading branch information
leehart authored Aug 9, 2024
1 parent 0f8c22d commit 5296e82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions malariagen_data/anoph/cnv_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,7 @@ def cnv_hmm(

if len(ly) == 0:
# Bail out, no data for given sample sets and analysis.
raise ValueError(
f"No data found for requested sample sets."
)
raise ValueError("No data found for requested sample sets.")

debug("concatenate data from multiple sample sets")
x = simple_xarray_concat(ly, dim=DIM_SAMPLE)
Expand Down

0 comments on commit 5296e82

Please sign in to comment.