src/transformations.jl
changed.
Other files ignored by Codecov
test/test_transformations.jl
has changed.
Project.toml
has changed.
110 | 110 | end |
|
111 | 111 | ||
112 | 112 | function to_pm1(ct::CoordinateTransformations, x::AbstractVector) |
|
113 | - | to_pm1(ct, Tuple(x)) |
|
113 | + | SVector(to_pm1(ct, Tuple(x))) |
|
114 | 114 | end |
|
115 | 115 | ||
116 | 116 | function from_pm1(ct::CoordinateTransformations, x::Tuple) |
119 | 119 | end |
|
120 | 120 | ||
121 | 121 | function from_pm1(ct::CoordinateTransformations, x::AbstractVector) |
|
122 | - | from_pm1(ct, Tuple(x)) |
|
122 | + | SVector(from_pm1(ct, Tuple(x))) |
|
123 | 123 | end |
|
124 | 124 | ||
125 | 125 | #### |
Files | Coverage |
---|---|
src | 86.21% |
Project Totals (7 files) | 86.21% |