Skip to content

Commit 431f1a9

Browse files
committed
Use new .yaml auto-id structure
Signed-off-by: Bram Stoeller <bram.stoeller@alliander.com>
1 parent b0638bc commit 431f1a9

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

src/power_grid_model_io/config/csv/sim_bench.yaml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,21 @@
55
grid:
66
Node:
77
node:
8-
id: id
8+
id:
9+
auto_id:
10+
key: id
911
Line:
1012
line:
11-
id: id
12-
from_node: nodeA
13-
to_node: nodeB
13+
id:
14+
auto_id:
15+
key: id
16+
from_node:
17+
auto_id:
18+
table: Node
19+
key:
20+
id: nodeA
21+
to_node:
22+
auto_id:
23+
table: Node
24+
key:
25+
id: nodeB

0 commit comments

Comments
 (0)