From e5ca39e9fa72d1c06b9eebbf1712fc4cbfac6e6e Mon Sep 17 00:00:00 2001 From: Xun Li Date: Fri, 24 Jan 2025 17:01:05 -0700 Subject: [PATCH] Update test_clustering.py --- tests/test_clustering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_clustering.py b/tests/test_clustering.py index 0f88d6f..4af2c92 100644 --- a/tests/test_clustering.py +++ b/tests/test_clustering.py @@ -196,4 +196,4 @@ def test_SCHC(self): clusters = pygeoda.schc(p, self.queen_w, self.data, linkage_method) self.assertAlmostEqual( - clusters["The ratio of between to total sum of squares"], 0.4241728) + clusters["The ratio of between to total sum of squares"], 0.4241728843)