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 the status bar #4413

Merged
merged 1 commit into from
Feb 21, 2020

Conversation

aturanjanin
Copy link
Contributor

Description of changes

Modification of the status bar data info display.

Includes
  • Code changes
  • Tests
  • Documentation

@aturanjanin aturanjanin changed the title [ENH] OWTranspose: Data info displayed in the status bar [WIP] [ENH] OWTranspose: Data info displayed in the status bar Feb 13, 2020
@codecov
Copy link

codecov bot commented Feb 13, 2020

Codecov Report

Merging #4413 into master will increase coverage by 0.02%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #4413      +/-   ##
==========================================
+ Coverage   87.43%   87.46%   +0.02%     
==========================================
  Files         405      405              
  Lines       74073    74116      +43     
==========================================
+ Hits        64769    64825      +56     
+ Misses       9304     9291      -13

@aturanjanin aturanjanin changed the title [WIP] [ENH] OWTranspose: Data info displayed in the status bar [ENH] OWTranspose: Data info displayed in the status bar Feb 13, 2020
@@ -72,7 +73,7 @@ def __init__(self):
self.apply_button.button.setAutoDefault(False)

self.info.set_output_summary(self.info.NoInput)
self.info.set_input_summary(self.info.NoInput)
self.info.set_input_summary(self.info.NoOutput)
Copy link
Contributor

Choose a reason for hiding this comment

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

set_input_summary should use self.info.NoInput.
set_output_summary should use self.info. NoOutput .

@aturanjanin aturanjanin changed the title [ENH] OWTranspose: Data info displayed in the status bar [WIP][ENH] OWTranspose: Data info displayed in the status bar Feb 14, 2020
@aturanjanin aturanjanin changed the title [WIP][ENH] OWTranspose: Data info displayed in the status bar [ENH] OWTranspose: Data info displayed in the status bar Feb 14, 2020
@VesnaT VesnaT merged commit 0336aa7 into biolab:master Feb 21, 2020
@aturanjanin aturanjanin deleted the owtransposewidget 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