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] Scatterplot Vizrank: Don't use discrete variables #3463

Merged
merged 1 commit into from
Dec 11, 2018

Conversation

janezd
Copy link
Contributor

@janezd janezd commented Dec 11, 2018

Issue

Scatterplot's Vizrank still adds discrete attributes, but scatter plot crashes when they're chosen.

Description of changes

Change the condition in vizrank filter from is_primitive() to is_continuous.

Includes
  • Code changes
  • Tests

@codecov
Copy link

codecov bot commented Dec 11, 2018

Codecov Report

Merging #3463 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #3463      +/-   ##
==========================================
+ Coverage   83.27%   83.27%   +<.01%     
==========================================
  Files         365      365              
  Lines       64318    64325       +7     
==========================================
+ Hits        53560    53567       +7     
  Misses      10758    10758

@lanzagar lanzagar merged commit a14e6e3 into biolab:master Dec 11, 2018
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