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

Allow fi_pool() to take a list of poolsizes and numbers (to match fi_pool_cluster) #16

Open
AngusMcLure opened this issue Nov 24, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AngusMcLure
Copy link
Owner

This would be good for consistency across the fi_ family of functions. Also, it would allow the implementation of a fi_pool_random() much more easily and consistently with fi_pool_cluster_random().

Downside is that it is slightly more clunky to vectorise fi_pool wrt pool_size and pool_number, but I don't think is major. Would need to check that fi_pool isn't being used in vectorised form already.

@AngusMcLure AngusMcLure added the enhancement New feature or request label Nov 24, 2023
@AngusMcLure AngusMcLure self-assigned this Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant