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] OWTranspose: data info displayed in status bar #4295

Merged
merged 1 commit into from
Jan 14, 2020

Conversation

aturanjanin
Copy link
Contributor

Description of changes

Display input and output data info in status bar.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov
Copy link

codecov bot commented Dec 23, 2019

Codecov Report

Merging #4295 into master will increase coverage by 0.14%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #4295      +/-   ##
==========================================
+ Coverage   86.68%   86.83%   +0.14%     
==========================================
  Files         396      396              
  Lines       71510    71723     +213     
==========================================
+ Hits        61988    62280     +292     
+ Misses       9522     9443      -79

@@ -92,6 +95,10 @@ def set_data(self, data):
if self.feature_model:
self.openContext(data)
self.unconditional_apply()
if data:
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd rather this happens before self.apply(). The apply could take a while with a big dataset. In that case the info is wrongly set through the whole procedure.

The best place is probably right after self.data = data line.

@aturanjanin aturanjanin changed the title [ENH] OWTranspose: data info displayed in status bar [ENH][WIP] OWTranspose: data info displayed in status bar Jan 13, 2020
@aturanjanin aturanjanin changed the title [ENH][WIP] OWTranspose: data info displayed in status bar [ENH] OWTranspose: data info displayed in status bar Jan 13, 2020
@VesnaT VesnaT merged commit fbfd3ef into biolab:master Jan 14, 2020
@aturanjanin aturanjanin deleted the transpose_widget branch February 28, 2020 14:02
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