Skip to content

Commit 69d0859

Browse files
committed
Fix test format
1 parent 8828c4a commit 69d0859

File tree

1 file changed

+6
-87
lines changed

1 file changed

+6
-87
lines changed

tests/test_system.py

+6-87
Original file line numberDiff line numberDiff line change
@@ -88,35 +88,8 @@ def test_system_structure(self, system, expected):
8888
[[0, 1, 0, 0, 1e-3], [1, 2, 0, 0, 1e-3]],
8989
[[0.001, 0.0], [0.0, 0.001]],
9090
[
91-
0,
92-
1,
93-
0,
94-
1,
95-
4,
96-
5,
97-
6,
98-
7,
99-
8,
100-
9,
101-
10,
102-
11,
103-
12,
104-
13,
105-
14,
106-
15,
107-
16,
108-
17,
109-
18,
110-
19,
111-
20,
112-
21,
113-
22,
114-
23,
115-
24,
116-
25,
117-
26,
118-
22,
119-
23,
91+
0, 1, 0, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
92+
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 22, 23,
12093
],
12194
)
12295
],
@@ -156,66 +129,12 @@ def test_coupling(
156129
SystemFixture(),
157130
[[0, 1, 0, 0, 1e-3], [1, 2, 0, 0, 1e-3]],
158131
[
159-
0,
160-
1,
161-
0,
162-
1,
163-
4,
164-
5,
165-
6,
166-
7,
167-
8,
168-
9,
169-
10,
170-
11,
171-
12,
172-
13,
173-
14,
174-
15,
175-
16,
176-
17,
177-
18,
178-
19,
179-
20,
180-
21,
181-
22,
182-
23,
183-
24,
184-
25,
185-
26,
186-
22,
187-
23,
132+
0, 1, 0, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
133+
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 22, 23,
188134
],
189135
[
190-
0,
191-
1,
192-
0,
193-
1,
194-
4,
195-
5,
196-
6,
197-
7,
198-
8,
199-
9,
200-
10,
201-
11,
202-
12,
203-
13,
204-
14,
205-
15,
206-
16,
207-
17,
208-
18,
209-
19,
210-
20,
211-
21,
212-
22,
213-
23,
214-
24,
215-
25,
216-
26,
217-
22,
218-
23,
136+
0, 1, 0, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
137+
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 22, 23,
219138
],
220139
)
221140
],

0 commit comments

Comments
 (0)