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

fix: fix dimension handling for matrix indexing (WIP) #292

Merged
merged 6 commits into from
Oct 24, 2024

Conversation

mgreminger
Copy link
Owner

Will use same logic that is currently used to handle exponents since matrix indexes need to be unitless and their numerical value is needed to correctly perform dimensional analysis.

Lays groundwork for fixing issues with units and matrix indexing
No known issue where this happens but this will catch catch implementation flaws with matrix functions
…ed to be unitless

Currently used for exponents, will be used for matrix indices and the arguments to range()
Ensures that matrix indexing is correct for dimensional analysis pass
@mgreminger mgreminger merged commit 29034ca into main Oct 24, 2024
2 checks passed
@mgreminger mgreminger deleted the matrix-index-fix branch October 24, 2024 12:57
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