Skip to content

Commit 21ae44d

Browse files
committed
update data
1 parent 3ebe2f0 commit 21ae44d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lectures/networks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,9 @@ mystnb:
409409
name: financial_network
410410
tags: [hide-input]
411411
---
412-
Z = ch1_data["adjacency_matrix_2019"]["Z"]
413-
Z_visual= ch1_data["adjacency_matrix_2019"]["Z_visual"]
414-
countries = ch1_data["adjacency_matrix_2019"]["countries"]
412+
Z = ch1_data["adjacency_matrix_2022"]["Z"]
413+
Z_visual= ch1_data["adjacency_matrix_2022"]["Z_visual"]
414+
countries = ch1_data["adjacency_matrix_2022"]["countries"]
415415
416416
G = qbn_io.adjacency_matrix_to_graph(Z_visual, countries, tol=0.03)
417417

0 commit comments

Comments
 (0)