We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe0cf0d + 323951b commit b72a52aCopy full SHA for b72a52a
test/transforms/dropunits.jl
@@ -1,6 +1,6 @@
1
@testset "DropUnits" begin
2
@test isrevertible(DropUnits())
3
-
+
4
a = [7, 4, 4, 7, 4, 1, 1, 6, 4, 7] * u"m/s"
5
b = [4, 5, 4, missing, 6, 6, missing, 4, 4, 1] * u"m^2"
6
c = [3.9, 3.8, 3.5, 6.5, 7.7, 1.5, 0.6, 5.7, 4.7, 4.8] * u"km/hr"
0 commit comments