Skip to content

Commit 476f4ff

Browse files
Merge pull request #784 from AayushSabharwal/as/fix-test-init
test: fix initialization of lorenz system in test
2 parents 9d1e68d + 0fc1006 commit 476f4ff

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)