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

[ENH] OWImpute: Data info displayed in the status bar #4499

Merged
merged 1 commit into from
Mar 16, 2020

Conversation

aturanjanin
Copy link
Contributor

Description of changes

Input/output data info displayed in the status bar.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov
Copy link

codecov bot commented Mar 6, 2020

Codecov Report

Merging #4499 into master will decrease coverage by 4.11%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #4499      +/-   ##
==========================================
- Coverage   87.45%   83.33%   -4.12%     
==========================================
  Files         405      274     -131     
  Lines       73924    54913   -19011     
==========================================
- Hits        64649    45764   -18885     
+ Misses       9275     9149     -126

@@ -346,6 +354,7 @@ def commit(self):

if not self.data or not self.varmodel.rowCount():
self.Outputs.data.send(self.data)
self.info.set_output_summary(self.info.NoOutput)
Copy link
Contributor

@VesnaT VesnaT Mar 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When self.data is not None and self.varmodel.rowCount() == 0, there actually is data on the output.

To reproduce: File (iris) -> Select columns (deselect all columns) -> Impute -> Data Table (there are 150 empty rows)

@aturanjanin aturanjanin changed the title [ENH] OWImpute: Data info displayed in the status bar [WIP] OWImpute: Data info displayed in the status bar Mar 13, 2020
@aturanjanin aturanjanin changed the title [WIP] OWImpute: Data info displayed in the status bar [ENH] OWImpute: Data info displayed in the status bar Mar 13, 2020
@VesnaT VesnaT merged commit c695b4d into biolab:master Mar 16, 2020
@aturanjanin aturanjanin deleted the impute branch March 30, 2020 14:46
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