Skip to content

Box Plot: Fix crash when attribute or group variable has no values #7112

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Jun 23, 2025

Issue

Fixes #7104.

The problem was not that there was no data: there was data, but the variable had no values (e.g. as in values=()).

Description of changes

Don't draw a graph when (categorical) variables have no values.

This is a nasty edge case that may also crash other widgets. It would be great if DBScan didn't produce such data.

Includes
  • Code changes
  • Tests

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

Successfully merging this pull request may close these issues.

Box Plot: crashes on same domain but no data
2 participants