Skip to content

Commit 1204fcd

Browse files
authored
test fix
1 parent e2c1558 commit 1204fcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/network_analysis/conservation_laws.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ let
272272
# Update problem parameters using direct indexing.
273273
oprob.ps[k1] = 0.5
274274
oprob.ps[k2] = 0.6
275-
@test oprob_new.ps[k1] == 0.5
276-
@test oprob_new.ps[k2] == 0.6
277-
integrator = init(oprob_new, Tsit5())
275+
@test oprob.ps[k1] == 0.5
276+
@test oprob.ps[k2] == 0.6
277+
integrator = init(oprob, Tsit5())
278278
@test integrator.ps[k1] == 0.5
279279
@test integrator.ps[k2] == 0.6
280280
end

0 commit comments

Comments
 (0)