-
Notifications
You must be signed in to change notification settings - Fork 6
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
enable setting of random seed in resample
action
#18
Comments
gregcaporaso
added a commit
that referenced
this issue
Jul 26, 2024
- removed unused code and associated tests - added tests of resample action - removed random_seed parameter (it seems to have not worked when I added tests, possibly b/c under the hood the randomization is happening with numpy.random, not Python's random) - this should be added back at some point, but i don't have time right now - see issue #18 - updated copyright headers - edited help text, refactored for re-use in related actions - added usage examples
gregcaporaso
added a commit
that referenced
this issue
Jul 26, 2024
- removed unused code and associated tests - added tests of resample action - removed random_seed parameter (it seems to have not worked when I added tests, possibly b/c under the hood the randomization is happening with numpy.random, not Python's random) - this should be added back at some point, but i don't have time right now - see issue #18 - updated copyright headers - edited help text, refactored for re-use in related actions - added usage examples
gregcaporaso
added a commit
that referenced
this issue
Aug 4, 2024
- removed unused code and associated tests - added tests of resample action - removed random_seed parameter (it seems to have not worked when I added tests, possibly b/c under the hood the randomization is happening with numpy.random, not Python's random) - this should be added back at some point, but i don't have time right now - see issue #18 - updated copyright headers - edited help text, refactored for re-use in related actions - added usage examples
gregcaporaso
added a commit
that referenced
this issue
Aug 4, 2024
- removed unused code and associated tests - added tests of resample action - removed random_seed parameter (it seems to have not worked when I added tests, possibly b/c under the hood the randomization is happening with numpy.random, not Python's random) - this should be added back at some point, but i don't have time right now - see issue #18 - updated copyright headers - edited help text, refactored for re-use in related actions - added usage examples
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like the previous implementation of this didn't work.
The text was updated successfully, but these errors were encountered: