Skip to content

Commit 21e028b

Browse files
authored
fix: failing tests (#580)
* fix: initial objective for termination conditions * test: needs NonlinearSolve * fix: halley's method for matrices * fix: return type inference * ci: run on indirect PRs * test: skip finitediff inference tests for now * fix: broken SciMLBase release
1 parent be6b9a5 commit 21e028b

24 files changed

+44
-41
lines changed

.github/workflows/CI_BracketingNonlinearSolve.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (BracketingNonlinearSolve)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/BracketingNonlinearSolve/**"
97
- ".github/workflows/CI_BracketingNonlinearSolve.yml"

.github/workflows/CI_NonlinearSolve.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolve)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "src/**"
97
- "ext/**"

.github/workflows/CI_NonlinearSolveBase.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveBase)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveBase/**"
97
- ".github/workflows/CI_NonlinearSolveBase.yml"

.github/workflows/CI_NonlinearSolveFirstOrder.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveFirstOrder)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveFirstOrder/**"
97
- ".github/workflows/CI_NonlinearSolveFirstOrder.yml"

.github/workflows/CI_NonlinearSolveHomotopyContinuation.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveHomotopyContinuation)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveHomotopyContinuation/**"
97
- ".github/workflows/CI_NonlinearSolveHomotopyContinuation.yml"

.github/workflows/CI_NonlinearSolveQuasiNewton.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveQuasiNewton)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveQuasiNewton/**"
97
- ".github/workflows/CI_NonlinearSolveQuasiNewton.yml"

.github/workflows/CI_NonlinearSolveSpectralMethods.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (NonlinearSolveSpectralMethods)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/NonlinearSolveSpectralMethods/**"
97
- ".github/workflows/CI_NonlinearSolveSpectralMethods.yml"

.github/workflows/CI_SCCNonlinearSolve.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (SCCNonlinearSolve)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/SCCNonlinearSolve/**"
97
- ".github/workflows/CI_SCCNonlinearSolve.yml"

.github/workflows/CI_SciMLJacobianOperators.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (SciMLJacobianOperators)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/SciMLJacobianOperators/**"
97
- ".github/workflows/CI_SciMLJacobianOperators.yml"

.github/workflows/CI_SimpleNonlinearSolve.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI (SimpleNonlinearSolve)
22

33
on:
44
pull_request:
5-
branches:
6-
- master
75
paths:
86
- "lib/SimpleNonlinearSolve/**"
97
- ".github/workflows/CI_SimpleNonlinearSolve.yml"

0 commit comments

Comments
 (0)