datavisyn / visyn_core

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Various bugs vis components #99

Closed dvmartinweigl closed 11 months ago

dvmartinweigl commented 1 year ago

In bioinsight we are facing errors within some vis types caused by null values in the data (we have a sparse matrix). Some components (hexbin plot) even make the whole application crash if invalid data got passed. Unfortunately it is very hard to check and filter out the null values, because this is based on the current vis config.

@thinkh , @dvmoritzschoefl and me decided to handle the data cleansing in the vis components itself

Here is a list of some null value errors and other small bioinsight related bugs we observed:

dv-usama-ansari commented 11 months ago

Reopening this since the PR #119 closed it automatically

dv-usama-ansari commented 11 months ago

Raincloud plot makes application crash if we set a column with null values only (here EC50) and then change the cloud options

This is not reproducible by me -

Screencast from 2023-11-17 18:19:20.webm

dv-usama-ansari commented 11 months ago

Reopening this since the PR https://github.com/datavisyn/visyn_core/pull/122 closed it automatically