-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[FIX] Tree Viewer: check if there is selected class value #2224
Conversation
This is a patch, not a fix. :) The combo should not have had an invalid value in the first place. I guess you should discover why this occurred and fix the problem there. |
Codecov Report
@@ Coverage Diff @@
## master #2224 +/- ##
==========================================
+ Coverage 72.49% 72.49% +<.01%
==========================================
Files 319 319
Lines 55210 55211 +1
==========================================
+ Hits 40024 40025 +1
Misses 15186 15186 |
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.
This is a patch, not a fix. :)
The combo should not have had an invalid value in the first place. I guess you should discover why this occurred and fix the problem there.
Now I fixed it in another way. |
Does not fix the problem for me. |
Where is this other fix? Did you forget to push? |
Changed it back. |
I don't get it. :) What is the state of this PR now? Should we just close it since it doesn't fix the problem in the right way and it doesn't contain any code that would be useful in the actual fix? If we merge this as a "temporary fix", we nobody will remember to remove it after the actual fix ... and we have too much of such dead code already. :) |
I thought that you would have to call |
Issue
Tree Viewer crashes when Target Class combo selected index number is higher than actual number of class values.
https://sentry.io/biolab/orange3/issues/205702715/
Description of changes
Includes