We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See hhcho/densvis#9
You set random_state in some of the runumap methods but not others.
random_state
eg you do here
seurat/R/dimensional_reduction.R
Line 1496 in 13b615c
Line 1280 in 13b615c
I could reprex this but it's obvious from the code that not setting the random_state means it won't be reproducible across seeds
The text was updated successfully, but these errors were encountered:
Thanks for reporting, this should now be fixed on the develop branch
Sorry, something went wrong.
Set random state in umap-learn method; #5194
025b4c0
No branches or pull requests
See hhcho/densvis#9
You set
random_state
in some of the runumap methods but not others.eg you do here
seurat/R/dimensional_reduction.R
Line 1496 in 13b615c
but not in the default method
seurat/R/dimensional_reduction.R
Line 1280 in 13b615c
I could reprex this but it's obvious from the code that not setting the random_state means it won't be reproducible across seeds
The text was updated successfully, but these errors were encountered: