Skip to content

Commit 1a4474f

Browse files
committed
fix test maybe
1 parent b18604a commit 1a4474f

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
@@ -621,7 +621,7 @@ end
621621
@test flipped_sol[flipped_sys.Q1.s.v] > flipped_sol[flipped_sys.Q1.d.v]
622622

623623
# channel length modulation
624-
@mtkmodel SimpleNMOSCircuit begin
624+
@mtkmodel SimpleNMOSCircuitChannel begin
625625
@components begin
626626
Q1 = NMOS(use_channel_length_modulation = false)
627627
Vcc = Voltage()
@@ -650,7 +650,7 @@ end
650650
end
651651
end
652652

653-
@mtkbuild sys = SimpleNMOSCircuit(V_cc = 5.0, V_b = 3.5)
653+
@mtkbuild sys = SimpleNMOSCircuitChannel(V_cc = 5.0, V_b = 3.5)
654654

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

0 commit comments

Comments
 (0)