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]
110110ch1_data = qbn_data.introduction() 
111111export_figures = False 
112112
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 '] 
115115
116116centrality = nx.eigenvector_centrality(DG) 
117117node_total_exports = qbn_io.node_total_exports(DG) 
@@ -477,9 +477,9 @@ mystnb:
477477 name: financial_network 
478478tags: [hide-input] 
479479--- 
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"] 
483483
484484G = qbn_io.adjacency_matrix_to_graph(Z_visual, countries, tol=0.03) 
485485
                         You can’t perform that action at this time. 
           
                  
0 commit comments