Skip to content

Commit 7ac430e

Browse files
Merge pull request #2684 from SciML/ChrisRackauckas-patch-2
Fix Interface V tests
2 parents 03b6155 + 3174e15 commit 7ac430e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interface/dae_initialize_integration.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ p0 = [
3131
n2.g => 0.8,
3232
n2.e => 0.04,
3333
n2.b => 0.2,
34-
D => 0.047,
34+
Di => 0.047,
3535
Dk => 1
3636
]
3737

0 commit comments

Comments
 (0)