Skip to content

Commit

Permalink
comment out working tests (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Mar 20, 2024
1 parent ad39789 commit 007385f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ my_tests = []

push!(my_tests,
# quick tests:
"operations.jl",
"branch_and_bound.jl",
"search_chimera_pathological.jl",
"search_chimera_smallest.jl",
"search_cross_square_star.jl",
"search_smallest_cross_square_cross.jl",
"search_pegasus_square_cross.jl",
"search_pegasus_nodiag_square_cross.jl",
"search_square_double_node_basic.jl",
"search_squarecross_double_node_basic.jl",
"chimera_overlap_python.jl",
# "operations.jl",
# "branch_and_bound.jl",
# "search_chimera_pathological.jl",
# "search_chimera_smallest.jl",
# "search_cross_square_star.jl",
# "search_smallest_cross_square_cross.jl",
# "search_pegasus_square_cross.jl",
# "search_pegasus_nodiag_square_cross.jl",
# "search_square_double_node_basic.jl",
# "search_squarecross_double_node_basic.jl",
# "chimera_overlap_python.jl",
"hamming.jl",
"search_chimera_smallest_droplets.jl",
"search_chimera_pathological_droplets.jl",
Expand Down

0 comments on commit 007385f

Please sign in to comment.