Skip to content

Commit 632f00c

Browse files
committed
fix test maybe
1 parent e3b01af commit 632f00c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Electrical/analog.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ end
620620
@test flipped_sol[flipped_sys.Q1.s.v] > flipped_sol[flipped_sys.Q1.d.v]
621621

622622
# channel length modulation
623-
@mtkmodel SimpleNMOSCircuit begin
623+
@mtkmodel SimpleNMOSCircuitChannel begin
624624
@components begin
625625
Q1 = NMOS(use_channel_length_modulation = false)
626626
Vcc = Voltage()
@@ -649,7 +649,7 @@ end
649649
end
650650
end
651651

652-
@mtkbuild sys = SimpleNMOSCircuit(V_cc = 5.0, V_b = 3.5)
652+
@mtkbuild sys = SimpleNMOSCircuitChannel(V_cc = 5.0, V_b = 3.5)
653653

654654
prob = ODEProblem(sys, Pair[], (0.0, 10.0))
655655
sol = solve(prob)

0 commit comments

Comments
 (0)