Skip to content

[ENH] Import openTSNE lazily for faster loading of Orange#4424

Merged
janezd merged 1 commit intobiolab:masterfrom
janezd:lazy-tsne
Feb 18, 2020
Merged

[ENH] Import openTSNE lazily for faster loading of Orange#4424
janezd merged 1 commit intobiolab:masterfrom
janezd:lazy-tsne

Conversation

@janezd
Copy link
Copy Markdown
Contributor

@janezd janezd commented Feb 15, 2020

Fixes #3523.

#3883 crashed travis for unknown reasons. This fix is implemented a bit differently and replaces the lazy object with actual module once it is loaded.

It survived three runs of tests. If we're worried about random crashes, we can restart a few more times.

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 15, 2020

Codecov Report

Merging #4424 into master will decrease coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #4424      +/-   ##
==========================================
- Coverage   87.47%   87.46%   -0.01%     
==========================================
  Files         405      405              
  Lines       74135    74128       -7     
==========================================
- Hits        64846    64836      -10     
- Misses       9289     9292       +3

@janezd janezd changed the title manifold: Load openTSNE lazily [ENH] Import openTSNE lazily for faster loading of Orange Feb 15, 2020
@janezd
Copy link
Copy Markdown
Contributor Author

janezd commented Feb 18, 2020

I'll dare merging it. It won't be difficult to revert if needed.

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.

Orange.projection loads slowly after introduction of fastTSNE

1 participant