Skip to content

Commit 227a44f

Browse files
remove plot from test
1 parent 6f35602 commit 227a44f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ julia = "1.5"
5454
[extras]
5555
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
5656
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
57-
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
5857
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
5958
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
6059
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"

test/downstream/forwarddiffsensitivity_sparsity_components.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ p_true = ComponentArray(k=0.42)
1919
jac_proto = Tridiagonal(similar(u0,nknots-1), similar(u0), similar(u0, nknots-1))
2020
prob = ODEProblem(ODEFunction(f,jac_prototype=jac_proto), u0, (0.0,1.0), p_true)
2121
@time sol_true = solve(prob, Rodas4P(), saveat=0.1)
22-
plot(sol_true, legend=nothing)
2322

2423
function loss(prob0, p)
2524
prob = remake(prob0, p=p)

0 commit comments

Comments
 (0)