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] OWAnchorProjectionWidget: Retain valid_data when reloading dataset #3718

Merged
merged 1 commit into from
Apr 5, 2019

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