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 a845f88 commit 6715f7cCopy full SHA for 6715f7c
test/runtests.jl
@@ -123,6 +123,9 @@ end
123
@Test.test r3g(d) == r
124
end
125
126
+ @Test.test ReusableFunctions.computes == 1
127
+ @Test.test ReusableFunctions.restarts == 39
128
+
129
#test to make sure it works if the JLD file is corrupted
130
hashfilename = ReusableFunctions.gethashfilename(restartdir, d)
131
run(`bash -c "echo blah >$hashfilename"`)
@@ -145,6 +148,9 @@ end
145
148
146
149
@Test.test t < 2. # this is slow under 1.0
147
150
151
+ @Test.test ReusableFunctions.computes == 11
152
+ @Test.test ReusableFunctions.restarts == 51
153
154
if isdir(restartdir)
155
rm(restartdir, recursive=true)
156
0 commit comments