From 092e5907549065540ded202439e63215dd742e9b Mon Sep 17 00:00:00 2001
From: Pietro Zambelli <pietro.zambelli@eurac.edu>
Date: Thu, 22 Dec 2022 22:50:39 +0100
Subject: [PATCH] Fix typo

---
 justclust/analysis/bolzano.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/justclust/analysis/bolzano.py b/justclust/analysis/bolzano.py
index 087649e..4fff554 100644
--- a/justclust/analysis/bolzano.py
+++ b/justclust/analysis/bolzano.py
@@ -40,7 +40,7 @@ else:
 
 print("=" * 50)
 print(f"BEST PRE-PROCESSING (10/{len(pre_scores)}):")
-print(pre_scores.sort_values("hopkins", acending=False).loc[:10, :])
+print(pre_scores.sort_values("hopkins", ascending=False).loc[:10, :])
 print("-" * 50)
 print("Hopkins statistics of main pre-processing options")
 print(pre_scores["hopkins"].describe())
-- 
GitLab