-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On ICA._reset(), set current_fit to "unfitted" (#11139)
This is mostly a code health change fixing an internal inconsistency that I just ran into while working on another feature: When calling the private `ICA._reset()` method, we forgot to reset `ICA.current_fit` as well. This change causes no user-facing alterations.
- Loading branch information
1 parent
879829e
commit b8ba02f
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters