Skip to content

Commit 7da17e8

Browse files
test: qualify names
1 parent fde1f00 commit 7da17e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/downstream/observables_autodiff.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ end
9797
@testset "DAE Initialization Observable function AD" begin
9898
iprob = prob.f.initialization_data.initializeprob
9999
isol = solve(iprob)
100-
tunables, repack, _ = SS.canonicalize(SS.Tunable(), parameter_values(iprob))
100+
tunables, repack, _ = SS.canonicalize(SS.Tunable(), SII.parameter_values(iprob))
101101
gs, = gradient(isol) do isol
102102
isol[sys.ampermeter.i]
103103
end
@@ -108,7 +108,7 @@ end
108108

109109
@testset "Adjoints with DAE" begin
110110
gs_mtkp, gs_p_new = gradient(prob.p, prob.p.tunable) do p, new_tunables
111-
new_p = SciMLStructures.replace(SciMLStructures.Tunable(), p, new_tunables)
111+
new_p = SS.replace(SS.Tunable(), p, new_tunables)
112112
new_prob = remake(prob, p = new_p)
113113
sol = solve(new_prob, Rodas4())
114114
@show size(sol)

0 commit comments

Comments
 (0)