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 25, 2025
1 parent 512d738 commit e5ca39e
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.4241728)
clusters["The ratio of between to total sum of squares"], 0.4241728843)

0 comments on commit e5ca39e

Please sign in to comment.