Skip to content

Commit

Permalink
Update formatting within scaffold.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kspieks committed Jan 6, 2024
1 parent 4c03349 commit ac1e0c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astartes/samplers/extrapolation/scaffold.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def _sample(self):
for cluster_id, (scaffold, indices) in enumerate(scaffold_to_indices.items()):
if scaffold == "":
warnings.warn(
f"No matching scaffold was found for the {len(indices)} " f"molecules corresponding to indices {indices}",
f"No matching scaffold was found for the {len(indices)} "
f"molecules corresponding to indices {indices}",
NoMatchingScaffold,
)
for idx in indices:
Expand Down

0 comments on commit ac1e0c2

Please sign in to comment.