Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Sep 10, 2024
1 parent 85b59d1 commit 9ffc6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chai_lab/data/dataset/inference_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def read_inputs(fasta_file: str | Path, length_limit: int | None = None) -> list

if length_limit is not None and total_length > length_limit:
logger.warning(
f"[fasta] [{fasta_file}] too many chars ({total_length} > {length_limit}); no inputs"
f"[fasta] [{fasta_file}] too many chars ({total_length} > {length_limit}); skipping"
)
return []

Expand Down

0 comments on commit 9ffc6ad

Please sign in to comment.