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

added mp.pool in _generate_samples #150

Merged
merged 3 commits into from
May 1, 2024
Merged

Conversation

astrogilda
Copy link
Owner

Pull Request Template

Description

added n_jobs (1 by default) to _generate_samples, leveraging mp.pool to parallelize generation of bootstraps.
closes #149

Type of change

Please delete options that are not relevant.

  • [x ] New feature (non-breaking change which adds functionality)
  • [ x] This change requires a documentation update

Checklist:

  • [x ] My code follows the style guidelines of this project
  • [ x] I have performed a self-review of my own code
  • [ x] I have commented my code, particularly in hard-to-understand areas
  • [ x] I have made corresponding changes to the documentation

@astrogilda astrogilda added enhancement New feature or request good first issue Good for newcomers labels May 1, 2024
@astrogilda astrogilda self-assigned this May 1, 2024
@astrogilda astrogilda linked an issue May 1, 2024 that may be closed by this pull request
@astrogilda astrogilda force-pushed the 149-enable-multi-processing branch from 698d725 to 974e01d Compare May 1, 2024 10:59
@astrogilda astrogilda merged commit 176399b into main May 1, 2024
34 checks passed
@astrogilda astrogilda deleted the 149-enable-multi-processing branch May 1, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable multi-processing
1 participant