Skip to content

[ENH] OWPreprocess: data info displayed in status bar#4333

Merged
VesnaT merged 1 commit intobiolab:masterfrom
aturanjanin:owpreprocess
Jan 17, 2020
Merged

[ENH] OWPreprocess: data info displayed in status bar#4333
VesnaT merged 1 commit intobiolab:masterfrom
aturanjanin:owpreprocess

Conversation

@aturanjanin
Copy link
Contributor

Description of changes

Display input and output data info in the status bar.

Includes
  • Code changes
  • Tests
  • Documentation

@codecov
Copy link

codecov bot commented Jan 14, 2020

Codecov Report

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

@@            Coverage Diff             @@
##           master    #4333      +/-   ##
==========================================
+ Coverage   86.82%   86.85%   +0.02%     
==========================================
  Files         396      396              
  Lines       71700    71852     +152     
==========================================
+ Hits        62257    62409     +152     
  Misses       9443     9443

gui.auto_send(box, self, "autocommit", box=False)

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

Choose a reason for hiding this comment

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

When setting output summary, output default message (self.info.NoOutput) should be used.

self.info.set_output_summary(len(data))
else:
data = None
self.info.set_output_summary(self.info.NoInput)
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as above.

@VesnaT VesnaT merged commit 40847cd into biolab:master Jan 17, 2020
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