Skip to content

Commit 0107272

Browse files
authored
Apply suggestions from code review
1 parent 89f1f96 commit 0107272

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/symbolic_dimensions.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,9 @@ expand_units(q::QuantityArray) = expand_units.(q)
109109

110110
"""
111111
uconvert(qout::AbstractQuantity{<:Any, <:SymbolicDimensions}, q::AbstractQuantity{<:Any, <:Dimensions})
112-
uconvert(ustr::String, q::AbstractQuantity{<:Any, <:Dimensions})
113112
114113
Convert a quantity `q` with base SI units to the symbolic units of `qout`, for `q` and `qout` with compatible units.
115114
Mathematically, the result has value `q / expand_units(qout)` and units `dimension(qout)`.
116-
For string input, `qout` is created by parsing `ustr` as a symbolic unit, i.e. `qout = sym_uparse(ustr)`.
117115
"""
118116
function uconvert(qout::AbstractQuantity{<:Any, <:SymbolicDimensions}, q::AbstractQuantity{<:Any, <:Dimensions})
119117
qout_expanded = expand_units(qout)

0 commit comments

Comments
 (0)