Skip to content

Commit

Permalink
Merge pull request #226 from avik-pal/ap/levenberg
Browse files Browse the repository at this point in the history
Fix bug in Levenberg
  • Loading branch information
ChrisRackauckas authored Oct 6, 2023
2 parents 5c89c59 + 68d303d commit de2cee0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
matrix:
group:
- Core
- 23TestProblems
version:
- '1'
steps:
Expand Down
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ end
if GROUP == "All" || GROUP == "Core"
@time @safetestset "Basic Tests + Some AD" include("basictests.jl")
@time @safetestset "Sparsity Tests" include("sparse.jl")
end

if GROUP == "All" || GROUP == "23TestProblems"
@time @safetestset "23 Test Problems" include("23_test_problems.jl")
end

Expand Down

0 comments on commit de2cee0

Please sign in to comment.