Skip to content

Commit b90daac

Browse files
committed
test: fix test dep for ParametrizedInterpolation
1 parent 900f4ca commit b90daac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ julia = "1.10"
4141
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
4242
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
4343
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
44+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
4445
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
4546
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
4647
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
@@ -50,4 +51,4 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
5051
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5152

5253
[targets]
53-
test = ["Aqua", "LinearAlgebra", "OrdinaryDiffEq", "Optimization", "SafeTestsets", "Test", "ControlSystemsBase", "DataInterpolations", "SciMLStructures", "SymbolicIndexingInterface"]
54+
test = ["Aqua", "LinearAlgebra", "ForwardDiff", "OrdinaryDiffEq", "Optimization", "SafeTestsets", "Test", "ControlSystemsBase", "DataInterpolations", "SciMLStructures", "SymbolicIndexingInterface"]

test/Blocks/sources.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ using DataInterpolations
99
using SymbolicIndexingInterface
1010
using SciMLStructures: SciMLStructures, Tunable
1111
using Optimization
12+
using ForwardDiff
1213

1314
@testset "Constant" begin
1415
@named src = Constant(k = 2)

0 commit comments

Comments
 (0)