Skip to content

Commit

Permalink
clean up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekGardas committed Jan 4, 2025
1 parent b022d0d commit 77acc1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ my_tests = []
push!(
my_tests,
#quick tests:
"search_squarecross_double_node_basic.jl", # broken in 1.11
"search_squarecross_double_node_basic.jl",
"operations.jl",
"branch_and_bound.jl",
"search_chimera_pathological.jl",
"search_chimera_smallest.jl",
"search_cross_square_star.jl", # WAS broken in 1.11
"search_smallest_cross_square_cross.jl", # WAS broken in 1.11
"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",
Expand Down
1 change: 0 additions & 1 deletion test/search_pegasus_nodiag_square_cross.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using SpinGlassExhaustive



function bench(instance::String)
m, n, t = 4, 4, 24

Expand Down

0 comments on commit 77acc1e

Please sign in to comment.