Skip to content

Commit

Permalink
Merge pull request #1 from JonCrisX/patch-1
Browse files Browse the repository at this point in the history
Removed unnecessary commas
  • Loading branch information
haozhu233 authored May 11, 2024
2 parents d6e5407 + 714b337 commit 44b2c56
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 44b2c56

Please sign in to comment.