Skip to content

Commit afae9d6

Browse files
fix(tests): update expected sizes for line parameters in tests
1 parent 8fdc489 commit afae9d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_tutorial3.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136
workspace, line_params = compute!(problem, formulation)
137137

138138
@test line_params isa LineParameters
139-
@test size(line_params.Z) == (6, 6, 1)
140-
@test size(line_params.Y) == (6, 6, 1)
139+
@test size(line_params.Z) == (2, 2, 1)
140+
@test size(line_params.Y) == (2, 2, 1)
141141

142142
R = real(line_params.Z[1, 1, 1]) * 1000
143143
L = imag(line_params.Z[1, 1, 1]) / (2π * f) * 1e6

0 commit comments

Comments
 (0)