Skip to content

Commit

Permalink
Minor test update
Browse files Browse the repository at this point in the history
  • Loading branch information
GardevoirX committed Aug 9, 2024
1 parent 38c9da3 commit 2098e5d
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 @@ -36,7 +36,7 @@ def setUpClass(cls) -> None:
cls.gabriel_labels_ = np.array([5, 5, 5, 5, 5, 5])
cls.gabriel_cluster_centers_idx_ = np.array([5])
cls.cell = [3, 3]
cls.gabriel_shell = 1
cls.gabriel_shell = 2

def test_fit_qs(self):
model = QuickShift(dist_cutoff_sq=self.cuts)
Expand Down

0 comments on commit 2098e5d

Please sign in to comment.