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

Use OrderedDict for Array Parameter Supports #357

Merged
merged 2 commits into from
Jul 30, 2024
Merged

Conversation

pulsipher
Copy link
Collaborator

The use of Dict for multi-dimensional dependent infinite parameter supports leads to stochastic ordering of supports. This is problematic when the user queries the results, since the ordering cannot be known a priori. Hence, this PR simply replaces Dict with DataStructures.OrderedDict.

@pulsipher pulsipher added bug Something isn't working breaking This will introduce breaking changes to the API labels Jul 30, 2024
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.77%. Comparing base (3a85a93) to head (e90ac08).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #357      +/-   ##
==========================================
- Coverage   99.77%   99.77%   -0.01%     
==========================================
  Files          35       35              
  Lines        6722     6721       -1     
==========================================
- Hits         6707     6706       -1     
  Misses         15       15              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pulsipher pulsipher merged commit c1f2545 into master Jul 30, 2024
10 checks passed
@pulsipher pulsipher deleted the ordered_supps branch July 30, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking This will introduce breaking changes to the API bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant