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

Issue 919 calc abc audit #921

Merged
merged 7 commits into from
Feb 22, 2024
Merged

Issue 919 calc abc audit #921

merged 7 commits into from
Feb 22, 2024

Conversation

shawnlaffan
Copy link
Owner

@shawnlaffan shawnlaffan commented Feb 22, 2024

The calc_abc subs need to return element lists as arrays, not hashes.

This simplifies other code as it can then be sure it will be passed arrays.

Updates #919

It was calling a non-existent sub.
This supersedes calc_element_lists_used
as it does not return consistent data structures.
It is a mix of arrays and hashes.
This standardises across list1, list2 and list_all.
It uses the element arrays directly.

This will speed up matrix building.
@shawnlaffan shawnlaffan merged commit 124569f into master Feb 22, 2024
8 checks passed
@shawnlaffan shawnlaffan deleted the issue_919_calc_abc_audit branch February 22, 2024 20:41
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.

1 participant