Skip to content

Commit

Permalink
style: format with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardolsmendes committed Oct 12, 2023
1 parent 4ab30b2 commit 826c149
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions social-network-analysis/5_presentation-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,7 @@
" lowest_non_zero_clust_coef = min(\n",
" clust_coef for _, clust_coef in clustering.items() if clust_coef > 0\n",
" )\n",
" highest_clust_coef = max(\n",
" clust_coef for _, clust_coef in clustering.items())\n",
" highest_clust_coef = max(clust_coef for _, clust_coef in clustering.items())\n",
" scaling_factor = 3500 / highest_clust_coef\n",
"\n",
" normalized_node_params = [\n",
Expand Down

0 comments on commit 826c149

Please sign in to comment.