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

Send in the config data into Analysis.py #227

Closed
mogres opened this issue Feb 3, 2024 · 0 comments
Closed

Send in the config data into Analysis.py #227

mogres opened this issue Feb 3, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@mogres
Copy link
Collaborator

mogres commented Feb 3, 2024

Use Case

From this comment

We are sending many arguments into Analysis.doloop that are unpacked from config data. Consider sending in the entire config_data dictionary and unpacking inside the function

Solution

Send in config_data as a single argument into doloop. Unpack individual arguments inside the function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Archived in project
Development

No branches or pull requests

2 participants