Skip to content

Commit bdd88c9

Browse files
Update src/systems/diffeqs/basic_transformations.jl
1 parent 0506d04 commit bdd88c9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/systems/diffeqs/basic_transformations.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,6 @@ sys = fractional_to_ordinary(eqs, x, α, 10^-7, 1)
203203
204204
prob = ODEProblem(sys, [], tspan)
205205
sol = solve(prob, radau5(), abstol = 1e-10, reltol = 1e-10)
206-
207-
time = 0
208-
while(time <= 1)
209-
@test isapprox((3/2*time^(α/2) - time^4)^2, sol(time, idxs=x), atol=1e-3)
210-
time += 0.1
211-
end
212206
```
213207
"""
214208
function fractional_to_ordinary(

0 commit comments

Comments
 (0)