@@ -89,54 +89,58 @@ g = function (du,u,p,t)
89
89
end
90
90
prob = SDEProblem (f, g, embryo, (0.0 , 1.0 ))
91
91
92
- @show SRIW1
92
+ @test_broken begin
93
93
94
- sol = solve (prob, SRIW1 (), callback = growing_cb, tstops = tstop)
94
+ @show SRIW1
95
95
96
- @show SRI
96
+ sol = solve (prob, SRIW1 (), callback = growing_cb, tstops = tstop)
97
97
98
- sol = solve (prob, SRI (), callback = growing_cb, tstops = tstop)
98
+ @show SRI
99
99
100
- @show SRA
100
+ sol = solve (prob, SRI (), callback = growing_cb, tstops = tstop)
101
101
102
- sol = solve (prob, SRA (), callback = growing_cb, tstops = tstop)
102
+ @show SRA
103
103
104
- @show SRA1
104
+ sol = solve (prob, SRA (), callback = growing_cb, tstops = tstop)
105
105
106
- sol = solve (prob, SRA1 (), callback = growing_cb, tstops = tstop)
106
+ @show SRA1
107
107
108
- @show RKMil
108
+ sol = solve (prob, SRA1 (), callback = growing_cb, tstops = tstop)
109
109
110
- @test_broken sol = solve (prob, RKMil (), callback = growing_cb, dt = 1 / 10 , tstops = tstop)
110
+ @show RKMil
111
111
112
- @show EM
112
+ @test_broken sol = solve (prob, RKMil (), callback = growing_cb, dt = 1 / 10 , tstops = tstop)
113
113
114
- sol = solve (prob, EM (), dt = 1 / 20 , callback = growing_cb, tstops = tstop)
114
+ @show EM
115
115
116
- @test length ( sol[ end ]) == 23
116
+ sol = solve (prob, EM (), dt = 1 / 20 , callback = growing_cb, tstops = tstop)
117
117
118
- @show SRIW1
118
+ @test length (sol[ end ]) == 23
119
119
120
- sol = solve (prob, SRIW1 (), callback = shrinking_cb, tstops = tstop)
120
+ @show SRIW1
121
121
122
- @show SRI
122
+ sol = solve (prob, SRIW1 (), callback = shrinking_cb, tstops = tstop)
123
123
124
- sol = solve (prob, SRI (), callback = shrinking_cb, tstops = tstop)
124
+ @show SRI
125
125
126
- @show SRA
126
+ sol = solve (prob, SRI (), callback = shrinking_cb, tstops = tstop)
127
127
128
- sol = solve (prob, SRA (), callback = shrinking_cb, tstops = tstop)
128
+ @show SRA
129
129
130
- @show SRA1
130
+ sol = solve (prob, SRA (), callback = shrinking_cb, tstops = tstop)
131
131
132
- sol = solve (prob, SRA1 (), callback = shrinking_cb, tstops = tstop)
132
+ @show SRA1
133
133
134
- @show RKMil
134
+ sol = solve (prob, SRA1 (), callback = shrinking_cb, tstops = tstop)
135
135
136
- @test_broken sol = solve (prob, RKMil (), dt = 1 / 10 , callback = shrinking_cb, tstops = tstop)
136
+ @show RKMil
137
137
138
- @show EM
138
+ @test_broken sol = solve (prob, RKMil (), dt = 1 / 10 , callback = shrinking_cb, tstops = tstop)
139
139
140
- sol = solve (prob, EM (), dt = 1 / 10 , callback = shrinking_cb, tstops = tstop)
140
+ @show EM
141
141
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