Skip to content

Commit

Permalink
[net] rnp: fix duplicate PB node
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiotbatista committed Nov 8, 2020
1 parent 76f78c3 commit 01ccd29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rwa_wdm/net/rnp.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def get_nodes_2D_pos(self) -> Dict[str, Tuple[float, float]]:
('MA', (9.00, 4.00)), # 6
('CE', (9.50, 5.00)), # 7
('RN', (10.50, 5.00)), # 8
('PB', (10.50, 3.00)), # 9
('PB', (10.50, 1.00)), # 10
('PB1', (10.50, 3.00)), # 9
('PB2', (10.50, 1.00)), # 10
('PE', (9.50, 1.00)), # 11
('PI', (9.00, 2.00)), # 12
('AL', (8.00, 2.00)), # 13
Expand Down

0 comments on commit 01ccd29

Please sign in to comment.