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] Test & Score Widget: Cancellability on input change. #4079

Merged
merged 8 commits into from
Nov 22, 2019

Conversation

ales-erjavec
Copy link
Contributor

@ales-erjavec ales-erjavec commented Oct 4, 2019

Issue

Fixes gh-4028

Requires:

Description of changes

Remove use of input blocking 'blocking' state in favor of non-blocking output invalidation.

Includes
  • Code changes
  • Tests
  • Documentation

@ales-erjavec ales-erjavec changed the title [[ENH] Test & Score Widget: Cancellability on input change. [WIP][ENH] Test & Score Widget: Cancellability on input change. Oct 4, 2019
@codecov
Copy link

codecov bot commented Oct 7, 2019

Codecov Report

Merging #4079 into master will decrease coverage by <.01%.
The diff coverage is 97.95%.

@@            Coverage Diff             @@
##           master    #4079      +/-   ##
==========================================
- Coverage   85.95%   85.95%   -0.01%     
==========================================
  Files         393      394       +1     
  Lines       70128    70146      +18     
==========================================
+ Hits        60277    60292      +15     
- Misses       9851     9854       +3

@ales-erjavec ales-erjavec force-pushed the output-invalidate branch 3 times, most recently from 4c9e5a8 to e66c2b7 Compare October 25, 2019 13:06
@ales-erjavec ales-erjavec force-pushed the output-invalidate branch 5 times, most recently from 9784e16 to e1418e2 Compare November 8, 2019 15:42
@ales-erjavec ales-erjavec force-pushed the output-invalidate branch 2 times, most recently from 04ecd24 to cb8b99e Compare November 19, 2019 10:28
@ales-erjavec ales-erjavec changed the title [WIP][ENH] Test & Score Widget: Cancellability on input change. [ENH] Test & Score Widget: Cancellability on input change. Nov 19, 2019
@janezd
Copy link
Contributor

janezd commented Nov 22, 2019

I (and everybody else) will have to study these widgets to learn how to use your mixins for threads instead of writing our own questionable code and then desparately ask you for help.

I noticed one glitch. I ran leave one out with logistic regression on adult. I removed the Logistic regression widget. Testing stops, but the widget status is still shown as "Running", though without progress indication and percentages.

Screenshot 2019-11-22 at 08 25 43

@janezd janezd merged commit fe59e83 into biolab:master Nov 22, 2019
@ales-erjavec ales-erjavec deleted the output-invalidate branch March 16, 2020 13:43
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.

Unresponsive Test and Score
2 participants