@@ -89,54 +89,58 @@ g = function (du,u,p,t)
8989end
9090prob = SDEProblem (f, g, embryo, (0.0 , 1.0 ))
9191
92- @show SRIW1
92+ @test_broken begin
9393
94- sol = solve (prob, SRIW1 (), callback = growing_cb, tstops = tstop)
94+ @show SRIW1
9595
96- @show SRI
96+ sol = solve (prob, SRIW1 (), callback = growing_cb, tstops = tstop)
9797
98- sol = solve (prob, SRI (), callback = growing_cb, tstops = tstop)
98+ @show SRI
9999
100- @show SRA
100+ sol = solve (prob, SRI (), callback = growing_cb, tstops = tstop)
101101
102- sol = solve (prob, SRA (), callback = growing_cb, tstops = tstop)
102+ @show SRA
103103
104- @show SRA1
104+ sol = solve (prob, SRA (), callback = growing_cb, tstops = tstop)
105105
106- sol = solve (prob, SRA1 (), callback = growing_cb, tstops = tstop)
106+ @show SRA1
107107
108- @show RKMil
108+ sol = solve (prob, SRA1 (), callback = growing_cb, tstops = tstop)
109109
110- @test_broken sol = solve (prob, RKMil (), callback = growing_cb, dt = 1 / 10 , tstops = tstop)
110+ @show RKMil
111111
112- @show EM
112+ @test_broken sol = solve (prob, RKMil (), callback = growing_cb, dt = 1 / 10 , tstops = tstop)
113113
114- sol = solve (prob, EM (), dt = 1 / 20 , callback = growing_cb, tstops = tstop)
114+ @show EM
115115
116- @test length ( sol[ end ]) == 23
116+ sol = solve (prob, EM (), dt = 1 / 20 , callback = growing_cb, tstops = tstop)
117117
118- @show SRIW1
118+ @test length (sol[ end ]) == 23
119119
120- sol = solve (prob, SRIW1 (), callback = shrinking_cb, tstops = tstop)
120+ @show SRIW1
121121
122- @show SRI
122+ sol = solve (prob, SRIW1 (), callback = shrinking_cb, tstops = tstop)
123123
124- sol = solve (prob, SRI (), callback = shrinking_cb, tstops = tstop)
124+ @show SRI
125125
126- @show SRA
126+ sol = solve (prob, SRI (), callback = shrinking_cb, tstops = tstop)
127127
128- sol = solve (prob, SRA (), callback = shrinking_cb, tstops = tstop)
128+ @show SRA
129129
130- @show SRA1
130+ sol = solve (prob, SRA (), callback = shrinking_cb, tstops = tstop)
131131
132- sol = solve (prob, SRA1 (), callback = shrinking_cb, tstops = tstop)
132+ @show SRA1
133133
134- @show RKMil
134+ sol = solve (prob, SRA1 (), callback = shrinking_cb, tstops = tstop)
135135
136- @test_broken sol = solve (prob, RKMil (), dt = 1 / 10 , callback = shrinking_cb, tstops = tstop)
136+ @show RKMil
137137
138- @show EM
138+ @test_broken sol = solve (prob, RKMil (), dt = 1 / 10 , callback = shrinking_cb, tstops = tstop)
139139
140- sol = solve (prob, EM (), dt = 1 / 10 , callback = shrinking_cb, tstops = tstop)
140+ @show EM
141141
142- @test length (sol[end ]) == 17
142+ sol = solve (prob, EM (), dt= 1 / 10 , callback= shrinking_cb, tstops= tstop)
143+
144+ @test length (sol[end ]) == 17
145+
146+ end
0 commit comments