Skip to content

Commit f4e27c1

Browse files
committed
[issue #2]: small bug fix
1 parent 63afe45 commit f4e27c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apps/sampling/sampling_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def generate_samples(
189189

190190
X_ctrl = build_x_ctrl(ctrl_adata, _genes, cfg)
191191

192-
if normalize_counts is not None:
192+
if normalize_counts is not None and normalize_counts is not False:
193193
all_samples *= normalize_counts
194194
all_truths *= normalize_counts
195195

0 commit comments

Comments
 (0)