-
Notifications
You must be signed in to change notification settings - Fork 673
fix: various DPT plot fixes #3864
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
base: main
Are you sure you want to change the base?
Conversation
flying-sheep
commented
Oct 31, 2025
- Closes unexpected error in sc.pl.dpt_timeseries and dpt_groups_pseudotime #3086
- Tests included or not required because:
- Release notes not necessary because:
❌ 6 Tests Failed:
View the full list of 6 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we testing whatever could have triggered the need for islice(cycle(...? It seems like we could add a test for that, at least that things dont crash. No? I guess it's tied to X.shape but just want to be sure we are checking the overflow case i.e., X.shape forcing the cycle to be used
|
Whenever the number of subsets is larger than the palette, the old code would crash with an |
|
test failures are #3865 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense! Just wanted to be sure