-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Conversation
Codecov Report
@@ 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 |
4d88e7e
to
5e946a4
Compare
4c9e5a8
to
e66c2b7
Compare
9784e16
to
e1418e2
Compare
04ecd24
to
cb8b99e
Compare
Cleanup cancellation
Allow interruption on input change
cb8b99e
to
5ad7956
Compare
5ad7956
to
0b58951
Compare
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. |
Issue
Fixes gh-4028
Requires:
Description of changes
Remove use of input blocking 'blocking' state in favor of non-blocking output invalidation.
Includes