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] PaintData: Sends None when the paint includes no data points #1425

Merged
merged 1 commit into from
Jul 7, 2016

Conversation

BlazZupan
Copy link
Contributor

Before, the widget would send out the data table despite not including any data instances. This happens, for example, when sending the data is set to automatic (every change is committed) and the user removes all the data. With the empty data sets, some of Orange's widget crash (a problem on its own), so it is safer and according to convention in Orange to send None if the data set is empty.

@codecov-io
Copy link

codecov-io commented Jul 7, 2016

Current coverage is 87.90%

Merging #1425 into master will not change coverage

@@             master      #1425   diff @@
==========================================
  Files            77         77          
  Lines          7531       7531          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           6620       6620          
  Misses          911        911          
  Partials          0          0          

Sunburst

Powered by Codecov. Last updated by e0145bd...fd541cb

@kernc kernc merged commit 2f5975f into biolab:master Jul 7, 2016
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.

3 participants