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

fix: Can't record mock files when using parallel processing #21

Open
MMenchero opened this issue Aug 28, 2024 · 0 comments
Open

fix: Can't record mock files when using parallel processing #21

MMenchero opened this issue Aug 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MMenchero
Copy link
Collaborator

Description

The nixtlar package currently includes both sequential and parallel versions of its main methods due to issues with parallel processing that prevent the recording of mock files needed for vignette creation.

Problem:
Having two versions of each method can result in inefficiencies and is more difficult to maintain.

Proposed Solution:
Ideally, we should find a way to handle parallel processing that still records mock files with the httptest2 successfully, or reconsider the architecture to minimize the need for dual versions.

Methods affected

  • forecast
  • historic
  • cross_validation
  • detect_anomalies
@MMenchero MMenchero added the enhancement New feature or request label Aug 28, 2024
@MMenchero MMenchero self-assigned this Aug 28, 2024
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