-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Improve execution flow for running neighborhood suite operations (#79).
Modifying the execution of neighborhood suite operations (computing t-SNE, UMAP, and SNN graph). When the package is run on macOS, we switch to "fork" to circumvent the need for `if __name__ == '__main__':` in user scripts. We completely avoid multiprocessing and execute all operations sequentially if the number of available threads is 1.
Showing
1 changed file
with
63 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters