-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH Split vst and fit_size_factors functions into fit & transform (#185)
* split vst functions into fit & transform * fix leakage of size factors * handle exceptions and document specific cases and functions * update tests * fix docstring * CI: Add ruff pre-commit hook (#192) * CI: add ruff * ci: fix ruff line length argument * ci: update ruff configuration, remove flake8 and isort * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * CI: integrate isort options to ruff, remove nbqa * CI: fix force-single-line typo * CI: add ruff exceptions for sphinx gallery examples * chore: fix linting * chore: linting * ci: add exception to linting for sphinx examples * docs: renove extra period in sphinx examples --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * CI Remove precommit from workflow (#195) * CI remove test_docstrings (duplicate with ruff, which runs pydocstyle) (#196) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * refactor: minor docstring and line comment edits * refactor: minor docstring and line comment edits --------- Co-authored-by: SimonGrouard <[email protected]> Co-authored-by: Boris Muzellec <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Adam Gayoso <[email protected]> Co-authored-by: Boris MUZELLEC <[email protected]>
- Loading branch information
1 parent
e64c413
commit 7ede677
Showing
4 changed files
with
261 additions
and
189 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
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
Oops, something went wrong.