Skip to content
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

Open
gregcaporaso opened this issue Jul 26, 2024 · 0 comments
Open

enable setting of random seed in resample action #18

gregcaporaso opened this issue Jul 26, 2024 · 0 comments

Comments

@gregcaporaso
Copy link
Member

It seems like the previous implementation of this didn't work.

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant