Skip to content

Commit

Permalink
Removed unnecessary commas
Browse files Browse the repository at this point in the history
  • Loading branch information
JonCrisX authored May 11, 2024
1 parent d6e5407 commit 714b337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regdiffusion/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ def __init__(
# Prepare Data ---------------------------------------------------------
if (exp_array.sum(0) == 0).sum() > 0:
warnings.warn(
"Some columns in the exp_array contains all zero values, ",
"which often causes trouble in inference. Please consider ",
"Some columns in the exp_array contains all zero values, "
"which often causes trouble in inference. Please consider "
"removing these columns before continuing. "
)
if cell_types is None:
Expand Down

0 comments on commit 714b337

Please sign in to comment.