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] Concatenate bugfix #1886

Merged
merged 5 commits into from
Jan 10, 2017
Merged

[FIX] Concatenate bugfix #1886

merged 5 commits into from
Jan 10, 2017

Conversation

markotoplak
Copy link
Member

Issue

Fixes #1872, #1869, and tries to fix a usability problem in #1865 by saner defaults and by deactivating a part of the widget settings that are not used in certain input combinations.

Includes
  • Code changes
  • Tests
  • Documentation

@markotoplak markotoplak changed the title Concatenate bugfix [FIX] Concatenate bugfix Jan 6, 2017
@astaric astaric added this to the 3.3.10 milestone Jan 6, 2017
@codecov-io
Copy link

codecov-io commented Jan 6, 2017

Current coverage is 89.25% (diff: 100%)

Merging #1886 into master will not change coverage

@@             master      #1886   diff @@
==========================================
  Files            86         86          
  Lines          9100       9100          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           8122       8122          
  Misses          978        978          
  Partials          0          0          

Sunburst

Powered by Codecov. Last update 662faf4...9cb0390

@@ -64,7 +64,7 @@ def __init__(self):
self.primary_data = None
self.more_data = OrderedDict()

mergebox = gui.vBox(self.controlArea, "Domain Merging")
self.mergebox = mergebox = gui.vBox(self.controlArea, "Domain Merging")
Copy link
Contributor

Choose a reason for hiding this comment

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

mergebox is only used once, so instead of defining it, you could just use self.mergebox in L69.
Simpler and in this case even shorter.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed. Thanks!

@lanzagar lanzagar merged commit aafacce into biolab:master Jan 10, 2017
astaric pushed a commit to astaric/orange3 that referenced this pull request Jan 10, 2017
[FIX] Concatenate bugfix
(cherry picked from commit aafacce)
astaric pushed a commit to astaric/orange3 that referenced this pull request Jan 11, 2017
[FIX] Concatenate bugfix
(cherry picked from commit aafacce)
astaric pushed a commit to astaric/orange3 that referenced this pull request Jan 13, 2017
[FIX] Concatenate bugfix
(cherry picked from commit aafacce)
astaric pushed a commit to astaric/orange3 that referenced this pull request Jan 18, 2017
[FIX] Concatenate bugfix
(cherry picked from commit aafacce)
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.

Concatenate widget: autoapply problems
4 participants