-
Notifications
You must be signed in to change notification settings - Fork 114
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 conversion of fractional units #335
Conversation
Codecov Report
@@ Coverage Diff @@
## master #335 +/- ##
==========================================
+ Coverage 80.23% 80.32% +0.08%
==========================================
Files 15 15
Lines 1174 1174
==========================================
+ Hits 942 943 +1
+ Misses 232 231 -1
Continue to review full report at Codecov.
|
@ajkeller34 could you check this? BTW, I think these comments in line 14–15 that say: # fact1 is what would need to be multiplied to get to base SI units
# fact2 is what would be multiplied to get from the result to base SI units should be updated to refer to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I think this is good, let's see how it goes
Codecov Report
@@ Coverage Diff @@
## master #335 +/- ##
==========================================
- Coverage 80.23% 79.72% -0.52%
==========================================
Files 15 15
Lines 1174 1174
==========================================
- Hits 942 936 -6
- Misses 232 238 +6
Continue to review full report at Codecov.
|
* upstream/master: (22 commits) Fix printing of complex and logarithmic quantities (PainterQubits#366) Remove @_doctables (PainterQubits#363) Fix a doctest (PainterQubits#365) Release v1.3.0 Add page headers to documentation (PainterQubits#361) Fix link to documentation in README.md: latest -> dev. (PainterQubits#360) Properly document Quantity constructor (PainterQubits#357) Delete show(::IO, ::Type) methods. Closes PainterQubits#321 (PainterQubits#322) Throw error for div etc. with affine quantities (PainterQubits#354) Fixes for the documentation (PainterQubits#356) Enable Travis on macOS (PainterQubits#355) Switch to a more standard Documenter setup (PainterQubits#353) Update repo URL (PainterQubits#352) Delete duplicate @affineunit docstring in the documentation (PainterQubits#349) Fix some doctests (PainterQubits#345) Add AbstractQuantity docstring to docs (PainterQubits#351) Provide Base.isless() for LogScaled values (PainterQubits#315) Small fixes to documentation (PainterQubits#341) Add CompatHelper, reduce frequency of TagBot to once per day (PainterQubits#337) Fix conversion of fractional units (PainterQubits#335) ...
Fix #327