File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ tags: [hide-input]
110
110
ch1_data = qbn_data.introduction()
111
111
export_figures = False
112
112
113
- DG = ch1_data['aircraft_network_2019 ']
114
- pos = ch1_data['aircraft_network_2019_pos ']
113
+ DG = ch1_data['aircraft_network ']
114
+ pos = ch1_data['aircraft_network_pos ']
115
115
116
116
centrality = nx.eigenvector_centrality(DG)
117
117
node_total_exports = qbn_io.node_total_exports(DG)
@@ -477,9 +477,9 @@ mystnb:
477
477
name: financial_network
478
478
tags: [hide-input]
479
479
---
480
- Z = ch1_data["adjacency_matrix_2019 "]["Z"]
481
- Z_visual= ch1_data["adjacency_matrix_2019 "]["Z_visual"]
482
- countries = ch1_data["adjacency_matrix_2019 "]["countries"]
480
+ Z = ch1_data["adjacency_matrix "]["Z"]
481
+ Z_visual= ch1_data["adjacency_matrix "]["Z_visual"]
482
+ countries = ch1_data["adjacency_matrix "]["countries"]
483
483
484
484
G = qbn_io.adjacency_matrix_to_graph(Z_visual, countries, tol=0.03)
485
485
You can’t perform that action at this time.
0 commit comments