We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f34ee3 commit 771c478Copy full SHA for 771c478
test/runtests.jl
@@ -66,7 +66,7 @@ end
66
t = @elapsed for i = 1:10
67
@Test.test fp(i) == i
68
end
69
- @Test.test t < 2. # this is slow under 1.0
+ @Test.test t < 4. # this is slow under 1.0
70
71
d = Dict(zip([1, 2], [3, 4]))
72
for i = 1:2
@@ -84,7 +84,7 @@ end
84
d = Dict(zip([1, 2], [i, i + 1]))
85
@Test.test fp(d) == d
86
87
88
89
v = zeros(10)
90
@@ -102,7 +102,7 @@ end
102
v = i * ones(10)
103
@Test.test fp(v) == v
104
105
106
107
108
if isdir(restartdir)
0 commit comments