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

Debug M dictionairy unpacking in utils. #343

Merged
merged 2 commits into from
Mar 14, 2024

Conversation

LinuxIsCool
Copy link
Contributor

  1. Add support for the case where all system params have same length that is not 1. For example:
    params = {
        'c':[1, 2],
        'd':[1, 2],
    }
  1. Add test for easy_run

@danlessa
Copy link
Member

danlessa commented Jan 5, 2024

@LinuxIsCool would you mind adding a new test that reproduces the bug that this PR intends to fix?

Eg. test_sweep_params_equal_length

It would be even cooler if the count of parameters / length of the param list is parametrized

@danlessa
Copy link
Member

danlessa commented Mar 11, 2024

LGTM

@emanuellima1 emanuellima1 merged commit 3317b82 into cadCAD-org:master Mar 14, 2024
12 checks passed
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.

3 participants