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] All widgets are set to auto* when they are used for the first time #2136

Merged
merged 2 commits into from
Mar 31, 2017
Merged

[FIX] All widgets are set to auto* when they are used for the first time #2136

merged 2 commits into from
Mar 31, 2017

Conversation

jerneju
Copy link
Contributor

@jerneju jerneju commented Mar 24, 2017

Description of changes

All widgets are set to autocommit/autoapply/autosend/autoexecute when they are used for the first time.
Python Script test changed.
GH-2038

Includes
  • Code changes
  • Tests
  • Documentation

All widgets are set to autocommit/autoapply/autosend when they are used for the first time
GH-2038
@@ -386,7 +386,7 @@ def __init__(self):
self.in_learner = None
self.in_classifier = None
self.in_object = None
self.auto_execute = False
Copy link
Member

Choose a reason for hiding this comment

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

This is a bad idea. If it is supposed to be a setting, changing it to false/true in init overrides the saved value.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

@codecov-io
Copy link

Codecov Report

Merging #2136 into master will decrease coverage by 0.05%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #2136      +/-   ##
==========================================
- Coverage   71.55%   71.49%   -0.06%     
==========================================
  Files         318      318              
  Lines       54475    54420      -55     
==========================================
- Hits        38979    38909      -70     
- Misses      15496    15511      +15

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 407db85...eee7b90. Read the comment docs.

@janezd janezd merged commit eba8144 into biolab:master Mar 31, 2017
@jerneju jerneju deleted the gh-2038-autocommit-allwidgets branch April 21, 2017 14:26
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.

4 participants