Skip to content

Commit

Permalink
debug llsr
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Feb 13, 2024
1 parent 3e3d601 commit a7fb27a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions GALAHAD.jl/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ using GALAHAD
@info("GALAHAD_INSTALLATION : $(GALAHAD.GALAHAD_INSTALLATION)")
include("test_structures.jl")

# include("test_arc.jl")
# include("test_bgo.jl")
## include("test_arc.jl")
## include("test_bgo.jl")
## include("test_blls.jl")
include("test_bllsb.jl")
# include("test_bqp.jl")
## include("test_bqp.jl")
include("test_bqpb.jl")
include("test_bsc.jl")
include("test_ccqp.jl")
Expand All @@ -28,7 +28,7 @@ include("test_hash.jl")
include("test_ir.jl")
include("test_l2rt.jl")
include("test_lhs.jl")
## include("test_llsr.jl")
include("test_llsr.jl") # bug
## include("test_llst.jl")
include("test_lms.jl")
include("test_lpa.jl")
Expand All @@ -42,7 +42,7 @@ include("test_psls.jl")
include("test_qpa.jl")
include("test_qpb.jl")
include("test_roots.jl")
# include("test_rpd.jl")
include("test_rpd.jl")
## include("test_rqs.jl")
include("test_sbls.jl")
## include("test_scu.jl")
Expand Down

0 comments on commit a7fb27a

Please sign in to comment.