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: bug with default market in download #453

Merged

Conversation

Romazes
Copy link
Contributor

@Romazes Romazes commented May 2, 2024

Issue:

Fixes bug with default market name USA not being retrieved from the configuration file of data providers.

Related Pull Request

Description:

This pull request addresses an issue where the default market name "USA" was not being fetched from the configuration file of data providers. The bug caused the system to use an incorrect default market name, leading to unexpected behavior in certain scenarios.

Changes Made:

  • Added logic to retrieve the default market name "USA" from the configuration file of data providers.
  • Implemented checks to ensure the correct retrieval and usage of the default market name.

Testing:

This fix has been thoroughly tested by running the updated code locally using the Lean development library. The testing process included verifying that the default market name is fetched correctly from the configuration file and that the system behaves as expected in various scenarios.

Outcome:

With this fix, the system now properly retrieves the default market name "USA" from the configuration file of data providers, resolving the bug and ensuring consistent behavior across different environments.

Copy link
Member

@Martin-Molinero Martin-Molinero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 👍

@Martin-Molinero Martin-Molinero merged commit a20b2f4 into QuantConnect:master May 2, 2024
23 checks passed
@Romazes Romazes deleted the fix-default-market-data-download branch July 17, 2024 16:21
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

Successfully merging this pull request may close these issues.

2 participants