Skip to content
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] OWImageViewer: Fix Selection Indexing #1861

Merged
merged 1 commit into from
Jan 4, 2017

Conversation

nikicc
Copy link
Contributor

@nikicc nikicc commented Jan 4, 2017

Issue

For data sets with missing images indexing was incorrect. Instead of using positions in the Data Table, positions from the ThumbnailView were used, resulting in mismatch betwen selected instances and instances on the output.

Description of changes

Use correct indices for output mask.

Includes
  • Code changes
  • Tests
  • Documentation

For data sets with missing images indexing was incorrect. Instead of using positions in the Data Table, positions from the ThumbnailView were used, resulting in mismatch betwen selected instances and instances on the output.
@astaric astaric modified the milestone: 3.3.10 Jan 4, 2017
@codecov-io
Copy link

Current coverage is 89.24% (diff: 100%)

Merging #1861 into master will not change coverage

@@             master      #1861   diff @@
==========================================
  Files            86         86          
  Lines          9100       9100          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           8121       8121          
  Misses          979        979          
  Partials          0          0          

Sunburst

Powered by Codecov. Last update aa1ab0b...8a434d0

@kernc kernc merged commit 04be225 into biolab:master Jan 4, 2017
@nikicc nikicc deleted the imageviewer-fix-indexing branch January 4, 2017 15:30
astaric pushed a commit to astaric/orange3 that referenced this pull request Jan 6, 2017
[FIX] OWImageViewer: Fix selection with missing values
(cherry picked from commit 04be225)
astaric pushed a commit to astaric/orange3 that referenced this pull request Jan 10, 2017
[FIX] OWImageViewer: Fix selection with missing values
(cherry picked from commit 04be225)
astaric pushed a commit to astaric/orange3 that referenced this pull request Jan 11, 2017
[FIX] OWImageViewer: Fix selection with missing values
(cherry picked from commit 04be225)
astaric pushed a commit to astaric/orange3 that referenced this pull request Jan 13, 2017
[FIX] OWImageViewer: Fix selection with missing values
(cherry picked from commit 04be225)
astaric pushed a commit to astaric/orange3 that referenced this pull request Jan 18, 2017
[FIX] OWImageViewer: Fix selection with missing values
(cherry picked from commit 04be225)
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.

4 participants