Skip to content

Commit

Permalink
Use semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jul 29, 2024
1 parent 564be90 commit 9df9261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sc2ts/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ def extend(
show_progress=show_progress,
)

logger.info(f"date: {date}, new samples: {len(samples)}")
logger.info(f"date: {date}, newly added samples: {len(samples) - len(excluded_samples)}")
logger.info(f"date: {date}; new samples: {len(samples)}")
logger.info(f"date: {date}; newly added samples: {len(samples) - len(excluded_samples)}")

return ts, excluded_samples, added_back_samples

Expand Down

0 comments on commit 9df9261

Please sign in to comment.