Skip to content

[FIX] OWAnchorProjectionWidget: Retain valid_data when reloading dataset#3718

Merged
janezd merged 1 commit intobiolab:masterfrom
VesnaT:valid_all_data
Apr 5, 2019
Merged

[FIX] OWAnchorProjectionWidget: Retain valid_data when reloading dataset#3718
janezd merged 1 commit intobiolab:masterfrom
VesnaT:valid_all_data

Conversation

@VesnaT
Copy link
Contributor

@VesnaT VesnaT commented Apr 3, 2019

Issue

Fixes #3717

In case dataset with missing values was reloaded, valid_data was not properly set, because get_embedding() was not invoked.

To reproduce: OWFile(heart_disease) -> OWRadviz -> OWFile(click Reload)

Description of changes
  • set valid_data only in get_embedding().
Includes
  • Code changes
  • Tests
  • Documentation

@codecov
Copy link

codecov bot commented Apr 3, 2019

Codecov Report

Merging #3718 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master    #3718   +/-   ##
=======================================
  Coverage   84.52%   84.52%           
=======================================
  Files         373      373           
  Lines       68459    68459           
=======================================
  Hits        57868    57868           
  Misses      10591    10591

@VesnaT VesnaT changed the title OWAnchorProjectionWidget: Retain valid_data when reloading dataset [FIX] OWAnchorProjectionWidget: Retain valid_data when reloading dataset Apr 4, 2019
@janezd janezd self-assigned this Apr 4, 2019
@janezd janezd merged commit d20a5fd into biolab:master Apr 5, 2019
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.

2 participants