Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Feb 26, 2024
1 parent 7f1719f commit 460a141
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Approximations/overapproximate_zonotope.jl
Original file line number Diff line number Diff line change
Expand Up @@ -606,9 +606,9 @@ function load_taylormodels_overapproximation()
124.0
julia> Matrix(genmat(Z))
4 Matrix{Float64}:
0.0 -1.0 5.0 0.0
1.5 0.0 0.0 123.0
2 Matrix{Float64}:
0.0 -6.0
124.5 0.0
```
### Algorithm
Expand Down

0 comments on commit 460a141

Please sign in to comment.