Caeden Perelli-Harris
|
490e645ed3
|
Fix minor typing errors in maths/ (#8959)
* updating DIRECTORY.md
* types(maths): Fix pylance issues in maths
* reset(vsc): Reset settings changes
* Update maths/jaccard_similarity.py
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
* revert(erosion_operation): Revert erosion_operation
* test(jaccard_similarity): Add doctest to test alternative_union
* types(newton_raphson): Add typehints to func bodies
---------
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
|
2023-08-15 14:27:41 -07:00 |
|
Caeden
|
07e991d553
|
Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062)
* ci(pre-commit): Add pep8-naming to `pre-commit` hooks (#7038)
* refactor: Fix naming conventions (#7038)
* Update arithmetic_analysis/lu_decomposition.py
Co-authored-by: Christian Clauss <cclauss@me.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* refactor(lu_decomposition): Replace `NDArray` with `ArrayLike` (#7038)
* chore: Fix naming conventions in doctests (#7038)
* fix: Temporarily disable project euler problem 104 (#7069)
* chore: Fix naming conventions in doctests (#7038)
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-10-13 00:54:20 +02:00 |
|
Ankur Chattopadhyay
|
7592cba417
|
psf/black code formatting (#1421)
* added sol3.py for problem_20
* added sol4.py for problem_06
* ran `black .` on `\Python`
|
2019-10-22 19:13:48 +02:00 |
|
Stephen
|
14c23bc847
|
create qr_decomposition (#1363)
|
2019-10-18 06:48:16 +02:00 |
|