We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e64709 commit 7237341Copy full SHA for 7237341
test/error_handling.jl
@@ -27,7 +27,7 @@ function OverdefinedConstantVoltage(; name, V = 1.0, I = 1.0)
27
# Overdefine p.i and n.i
28
n.i ~ I
29
p.i ~ I]
30
- System(eqs, t, [], [V], systems = [p, n], defaults = Dict(V => val, I => val2),
+ System(eqs, t, [], [V, I], systems = [p, n], defaults = Dict(V => val, I => val2),
31
name = name)
32
end
33
0 commit comments