-
-
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] t-SNE: Updates 2. #3475
[ENH] t-SNE: Updates 2. #3475
Conversation
7a5a19a
to
0fc819f
Compare
Codecov Report
@@ Coverage Diff @@
## master #3475 +/- ##
==========================================
+ Coverage 83.49% 83.51% +0.01%
==========================================
Files 367 367
Lines 65282 65300 +18
==========================================
+ Hits 54509 54533 +24
+ Misses 10773 10767 -6 |
Codecov Report
@@ Coverage Diff @@
## master #3475 +/- ##
==========================================
+ Coverage 83.55% 83.58% +0.02%
==========================================
Files 367 367
Lines 65454 65476 +22
==========================================
+ Hits 54690 54725 +35
+ Misses 10764 10751 -13 |
@@ -82,7 +80,7 @@ class OWtSNE(OWDataProjectionWidget): | |||
embedding_variables_names = ("t-SNE-x", "t-SNE-y") | |||
|
|||
#: Runtime state | |||
Running, Finished, Waiting = 1, 2, 3 | |||
Running, Finished, Waiting, Pending = 1, 2, 3, 4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe "Pending" isn't the greatest name for what this indicates. A better name would be "Paused". Which kind of begs the question of what "Waiting" means...
@janezd This PR should be merged, but I don't have permissions to merge unless all the checks pass. Could you please use your superpower and press merge? |
Sure. Thanks. |
Issue
Description of changes
Includes