Skip to content

Commit

Permalink
Update kmeans.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vferat committed Nov 1, 2022
1 parent 5a30149 commit a3e5c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycrostates/cluster/kmeans.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(
self._max_iter = ModKMeans._check_max_iter(max_iter)
self._tol = ModKMeans._check_tol(tol)
self._random_state = _check_random_state(random_state)

self._ignore_polarity = None
# fit variables
self._GEV_ = None

Expand Down

0 comments on commit a3e5c12

Please sign in to comment.