From d391bc82a47cf6bdccbd60cabf0cb7b5804631d0 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Mon, 26 Feb 2024 14:42:28 -0500 Subject: [PATCH 1/2] NonlinearProblem is not a DEProblem --- src/SciMLBase.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SciMLBase.jl b/src/SciMLBase.jl index f22bb2ebf..66365e8a9 100644 --- a/src/SciMLBase.jl +++ b/src/SciMLBase.jl @@ -102,7 +102,7 @@ $(TYPEDEF) Base for types which define nonlinear solve problems (f(u)=0). """ -abstract type AbstractNonlinearProblem{uType, isinplace} <: AbstractDEProblem end +abstract type AbstractNonlinearProblem{uType, isinplace} <: AbstractSciMLProblem end abstract type AbstractIntervalNonlinearProblem{uType, isinplace} <: AbstractNonlinearProblem{uType, isinplace} end From b87f036812643b0967f2af90a54c7991ac3b9735 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Mon, 26 Feb 2024 14:44:05 -0500 Subject: [PATCH 2/2] add retest item env vars --- .github/workflows/Downstream.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index 7c2733d03..0ad6ddc90 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -78,6 +78,9 @@ jobs: @info "Not compatible with this release. No problem." exception=err exit(0) # Exit immediately, as a success end + env: + RETESTITEMS_NWORKERS: 4 + RETESTITEMS_NWORKER_THREADS: 2 - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v3 with: