theislab / scCODA

A Bayesian model for compositional single-cell data analysis
BSD 3-Clause "New" or "Revised" License
141 stars 23 forks source link

col_wrap in utils.visualization.boxplots #55

Closed c-westhoven closed 2 years ago

c-westhoven commented 2 years ago

Hi scCODA team,

Line 265 in data_visualization gives an error when running boxplots with plot_faucets = True. The issue is in the col_wrap parameter for the sns function. np.floor gives a float, not an int, which leads to an error in the FacetGrid function.

johannesostner commented 2 years ago

Hi @c-westhoven, thanks for pointing this out! This bug will be fixed in the next update!