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

split the defined_unit_string into a customary and si blocks #217

Merged
merged 6 commits into from
Apr 4, 2022

Conversation

phlptp
Copy link
Collaborator

@phlptp phlptp commented Mar 31, 2022

as a first step to being able to partition the entire system in a strict SI vs all unit parser/generator. There will be a number of other steps before that point.

The next step will be to do something similar for the other direction including tests of the vector itself.

This PR splits the definitions into two components and removes a few duplicates and 1 overwritten symbol

Namely "D" for day was being interpreted as "Debye" (the cgs unit of electrical dipole moment) which is probably not that common.

@codecov-commenter
Copy link

Codecov Report

Merging #217 (ee30e3b) into main (7cf9178) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #217      +/-   ##
==========================================
+ Coverage   97.56%   97.58%   +0.02%     
==========================================
  Files          10       10              
  Lines        4597     4600       +3     
==========================================
+ Hits         4485     4489       +4     
+ Misses        112      111       -1     

@phlptp phlptp merged commit d1941d3 into main Apr 4, 2022
@phlptp phlptp deleted the split_to_si branch April 4, 2022 23:54
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.

2 participants