Skip to content

Commit 2799a34

Browse files
committed
fix
1 parent 26a5fe9 commit 2799a34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pyXenium/analysis/protein_gene_correlation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,4 +744,7 @@ def _ensure_1d(name, arr, target_len):
744744
with fs_out.open(f"{out_dir_path}/protein_gene_correlation_summary.csv", 'w') as f:
745745
summary_df.to_csv(f, index=False)
746746

747+
print("[DEBUG] ny, nx =", ny, nx)
748+
print("[DEBUG] y_bin_size, x_bin_size =", y_bin_size, x_bin_size)
749+
747750
return summary_df

0 commit comments

Comments
 (0)