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

Builder function add_multiple_parameter_sweep_definition doesn't support function with single dictionary parameter #2192

Closed
ZDu-IDM opened this issue Feb 8, 2024 · 2 comments

Comments

@ZDu-IDM
Copy link
Collaborator

ZDu-IDM commented Feb 8, 2024

No description provided.

@ZDu-IDM
Copy link
Collaborator Author

ZDu-IDM commented Feb 8, 2024

Currently add_multiple_parameter_sweep_definition support function like:

def func(simulation, a: list, b:tuple):
pass

it doesn't support the following case:

def func2(simulation, d: dict):
pass

ZDu-IDM added a commit to ZDu-IDM/zdu_idmtools that referenced this issue Feb 8, 2024
@ZDu-IDM ZDu-IDM self-assigned this Feb 14, 2024
@shchen-idmod
Copy link
Collaborator

Fixed in 1.7.10 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants