Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

col_wrap in utils.visualization.boxplots #55

Closed
c-westhoven opened this issue Jun 9, 2022 · 1 comment
Closed

col_wrap in utils.visualization.boxplots #55

c-westhoven opened this issue Jun 9, 2022 · 1 comment

Comments

@c-westhoven
Copy link

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 added a commit that referenced this issue Jun 10, 2022
@johannesostner
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants