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 the datasets config parameters #533

Merged
merged 3 commits into from
Aug 26, 2022
Merged

Fix the datasets config parameters #533

merged 3 commits into from
Aug 26, 2022

Conversation

lhoestq
Copy link
Member

@lhoestq lhoestq commented Aug 26, 2022

We were using os.environ to set the datasets parameters, which is supported only if it's done before datasets is imported.

However in our case datasets is already imported, so the changes have to be made in datasets.config directly

We were using `os.environ` to set the `datasets` parameters, which is supported only if it's done before `datasets` is imported.

However in our case `datasets` is already imported, so the changes have to be made in `datasets.config` directly
@severo severo self-requested a review August 26, 2022 15:04
Copy link
Collaborator

@severo severo left a comment

Choose a reason for hiding this comment

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

Thanks A LOT

@severo severo merged commit 65f7e67 into main Aug 26, 2022
@severo severo deleted the lhoestq-patch-1 branch August 26, 2022 15:23
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.

None yet

2 participants