Skip to content

Commit

Permalink
more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS committed Jun 8, 2023
1 parent 7bc16fc commit 4e4a495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/05-casestudies/02-airport.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"# Number of nodes = airports\n",
"# Number of edges = routes\n",
"\n",
"print(nx.info(pass_2015_network))"
"print(pass_2015_network)"
]
},
{
Expand Down Expand Up @@ -1354,7 +1354,7 @@
"source": [
"# number of nodes -> airports\n",
"# number of edges -> routes\n",
"print(nx.info(united_network))"
"print(united_network)"
]
},
{
Expand Down

0 comments on commit 4e4a495

Please sign in to comment.