Skip to content

Commit 0a19c53

Browse files
nbedanovaCopilot
andauthored
Update pf2rnaseq/figures/commonFuncs/plotFactors.py
Co-authored-by: Copilot <[email protected]>
1 parent 6891983 commit 0a19c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pf2rnaseq/figures/commonFuncs/plotFactors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def plot_condition_factors(
3131
X -= np.median(X, axis=0)
3232
X /= np.std(X, axis=0)
3333
ind = reorder_table(X)
34-
if not centering:
34+
else:
3535
ind = np.arange(len(X))
3636
X = X[ind]
3737
yt = yt.iloc[ind]

0 commit comments

Comments
 (0)