Skip to content

Commit

Permalink
more approximates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 15, 2018
1 parent 39bfa91 commit d0a7c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/save_idxs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@test length(dde_int.sol.u[1]) == 2

## interpolation
@test sol(25:100, idxs=2) == [u[1] for u in sol(25:100, idxs=[2])]
@test sol(25:100, idxs=2) [u[1] for u in sol(25:100, idxs=[2])]
end

# with keyword argument
Expand Down Expand Up @@ -97,7 +97,7 @@

## interpolation of solution equals second component of
## interpolation of complete solution
@test sol(25:100, idxs=2) == sol2(25:100, idxs=1)
@test sol(25:100, idxs=2) sol2(25:100, idxs=1)
end
end
end
Expand Down

0 comments on commit d0a7c60

Please sign in to comment.