diff --git a/regdiffusion/trainer.py b/regdiffusion/trainer.py index bf599e3..52c77a8 100644 --- a/regdiffusion/trainer.py +++ b/regdiffusion/trainer.py @@ -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: