[FIX] Tree Viewer: check if there is selected class value#2224
[FIX] Tree Viewer: check if there is selected class value#2224janezd merged 1 commit intobiolab:masterfrom jerneju:index-treeviewer
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 |
janezd
left a comment
There was a problem hiding this comment.
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