Skip to content

Commit

Permalink
Merge pull request #607 from JuliaReach/schillic/fix_doctest
Browse files Browse the repository at this point in the history
Fix doctest
  • Loading branch information
schillic authored Sep 4, 2018
2 parents 4b20264 + 89b204b commit 6c94d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ formulation:

```jldoctest index_label
julia> typeof(Y)
LazySets.ConvexHull{Float64,LazySets.MinkowskiSum{Float64,LazySets.ExponentialMap{Float64,LazySets.Ball2{Float64}},LazySets.LinearMap{Float64,LazySets.BallInf{Float64},Float64,Array{Float64,2}}},LazySets.Ball2{Float64}}
ConvexHull{Float64,MinkowskiSum{Float64,ExponentialMap{Float64,Ball2{Float64}},LinearMap{Float64,BallInf{Float64},Float64,Array{Float64,2}}},Ball2{Float64}}
```

Now suppose that we are interested in observing the projection of $\mathcal{Y}$
Expand Down

0 comments on commit 6c94d35

Please sign in to comment.