Skip to content

Commit

Permalink
Remove doctest filters
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Sep 1, 2018
1 parent 9442991 commit 25d71a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docs/src/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ DocTestSetup = quote
JuMP.JuMPMOIModel{Float64}(),
evalobjective=false))
end
# v0.6 prepends the module name to printed type information, whereas v0.7 does
# not.
DocTestFilters = [r"JuMP\.", r"MathOptInterface\."]
```
!!! note
Your model doesn't have to be called `model` - it's just a name.
Expand Down
3 changes: 0 additions & 3 deletions docs/src/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ CurrentModule = JuMP
DocTestSetup = quote
using JuMP
end
# v0.6 prepends the module name to printed type information, whereas v0.7 does
# not.
DocTestFilters = [r"JuMP\.", r"MathOptInterface\.", r"LinearAlgebra\."]
```

Variables
Expand Down

0 comments on commit 25d71a9

Please sign in to comment.