Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Dec 4, 2016
1 parent 561b86b commit 7f663ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,7 @@
"outputs": [],
"source": [
"from pkg_resources import parse_version\n",
"import scipy\n",
"if parse_version(scipy.__version__) <= parse_version('0.17.1'):\n",
" # Il peut y avoir quelques soucis avec la m\u00e9thode Ward\n",
" data_link = hc.linkage(dist, method='single')\n",
Expand Down

0 comments on commit 7f663ea

Please sign in to comment.