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

**kwarg/dict support for indparams #136

Closed
whtowbin opened this issue Sep 26, 2021 · 2 comments · Fixed by #145
Closed

**kwarg/dict support for indparams #136

whtowbin opened this issue Sep 26, 2021 · 2 comments · Fixed by #145

Comments

@whtowbin
Copy link

It would be very helpful to have indparams accept a dictionary so we can easily change input values in a function without inputting every possible argument in an ordered list.
something like indparams = {'x':x, 'a':False, 'Temp':100}

@pcubillos
Copy link
Owner

Hi @whtowbin
I think this is a good idea and (probably) not too complicated to implement, I'll see what I can do. Thanks for the suggestion.

@whtowbin
Copy link
Author

@pcubillos,I am happy to help out with this if you direct me to the proper files.

pcubillos added a commit that referenced this issue Mar 30, 2023
parameters as keywords.
Added tests.
Solves #136
@pcubillos pcubillos linked a pull request Mar 30, 2023 that will close this issue
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 a pull request may close this issue.

2 participants