Skip to content

Commit 60bde1b

Browse files
Merge branch 'master' into master
2 parents 7f344e8 + 3e94b16 commit 60bde1b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
group:
16-
- Interface
16+
- Interface1
1717
- Interface2
1818
- Interface3
1919
- AlgConvergence

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StochasticDiffEq"
22
uuid = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "6.61.2b"
4+
version = "6.61.3"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const GROUP = get(ENV, "GROUP", "All")
1414
const is_APPVEYOR = Sys.iswindows() && haskey(ENV,"APPVEYOR")
1515

1616
@time begin
17-
if GROUP == "All" || GROUP == "Interface"
17+
if GROUP == "All" || GROUP == "Interface1"
1818
@time @safetestset "First Rand Tests" begin include("first_rand_test.jl") end
1919
@time @safetestset "Inference Tests" begin include("inference_test.jl") end
2020
@time @safetestset "Linear RODE Tests" begin include("rode_linear_tests.jl") end

test/utility_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using StochasticDiffEq, LinearAlgebra, SparseArrays, Random, LinearSolve, Test
2-
using StochasticDiffEq.OrdinaryDiffEq: WOperator, set_gamma!, calc_W!
2+
using StochasticDiffEq.OrdinaryDiffEq: WOperator, calc_W!
33
using StochasticDiffEq.SciMLOperators: MatrixOperator
44

55
@testset "Derivative Utilities" begin

0 commit comments

Comments
 (0)