Skip to content

Commit

Permalink
Update test_clustering.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Jan 24, 2025
1 parent 5408f47 commit 512d738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.2147711255)
clusters["The ratio of between to total sum of squares"], 0.4241728)

0 comments on commit 512d738

Please sign in to comment.