Skip to content

Commit

Permalink
Disable symmetry
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jun 19, 2024
1 parent 71d672a commit 5563cd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const _TUTORIAL_SUBDIR = [
"Other Applications",
"Noncommutative and Hermitian",
"Sparsity",
"Symmetry",
#"Symmetry",
"Extension",
]

Expand Down
4 changes: 3 additions & 1 deletion examples/run_examples.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ end

@testset "run_examples.jl" begin
@testset "$dir" for dir in readdir(_TUTORIAL_DIR)
run_examples(dir)
if dir != "Symmetry"
run_examples(dir)
end
end
@testset "Chordal" begin
include("chordal_sparsity.jl")
Expand Down

0 comments on commit 5563cd0

Please sign in to comment.