Skip to content

Commit 0fc1006

Browse files
test: fix initialization of lorenz system in test
1 parent 9d1e68d commit 0fc1006

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/downstream/solution_interface.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ u0 = [lorenz1.x => 1.0,
8686
lorenz1.z => 0.0,
8787
lorenz2.x => 0.0,
8888
lorenz2.y => 1.0,
89-
lorenz2.z => 0.0,
90-
a => 2.0]
89+
lorenz2.z => 0.0]
9190

9291
p = [lorenz1.σ => 10.0,
9392
lorenz1.ρ => 28.0,

0 commit comments

Comments
 (0)