Skip to content

Commit

Permalink
Fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
sdahdah committed Aug 11, 2023
1 parent 6075fcc commit 1294aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_centers.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def test_range_min(self, est, X):
(
pykoop.ClusterCenters(estimator=sklearn.mixture.GaussianMixture(
n_components=2,
tol=1e-6
tol=1e-6,
random_state=1234,
)),
np.array([
Expand Down

0 comments on commit 1294aa8

Please sign in to comment.