You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @inodb , I can take this on. I’ll update the end-to-end tests for scatter plots, box plots, and waterfall plots to use the hardcoded CANCER_TYPE attribute colors (e.g., from OncoTree, like AML's LightSalmon). This will ensure consistent and predictable color mapping across tests, avoiding random color changes. I'll ensure the updates are comprehensive and tested.
I'll be grateful, if you could assign this issue to me?
There are several end-to-end tests that color scatter plots based on tumor type:
See e.g.
plots_tab_box_plot_color_by_tumor_type_highlight_categories
:From: https://output.circle-artifacts.com/output/job/95bd19f2-0b4e-4cc5-beab-bb20a9ec0996/artifacts/0/imageCompare.html
These don't have defined colors so the colors can change randomly. The CANCER_TYPE attribute has hardcoded colors, see e.g. AML:
from https://oncotree.info
Let's use that instead for testing
The text was updated successfully, but these errors were encountered: