Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac committed Sep 27, 2023
1 parent c969549 commit 58db67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Evaluators/full_space_evaluator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ the internal `stack` by calling the function [`update!`](@ref)
## Examples
```jldoctest; setup=:(using ExaPF, Argos)
```jldoctest; setup=:(using ExaPF, Argos; ExaPF.load_polar("case9.m"))
julia> flp = Argos.FullSpaceEvaluator(ExaPF.load_polar("case9.m"))
A FullSpaceEvaluator object
* device: CPU()
Expand Down
2 changes: 1 addition & 1 deletion src/Evaluators/reduced_evaluator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The reduced evaluator could be instantiated on the host memory, or on a specific
## Examples
```jldoctest; setup=:(using ExaPF, Argos)
```jldoctest; setup=:(using ExaPF, Argos; ExaPF.load_polar("case9.m"))
julia> nlp = Argos.ReducedSpaceEvaluator(ExaPF.load_polar("case9.m"))
A ReducedSpaceEvaluator object
* device: CPU()
Expand Down

0 comments on commit 58db67f

Please sign in to comment.