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 |
|
algobytewise
|
531d2d6d7e
|
Mypy fix rotation.py (#4319)
* fix type-hints arguments
* fix matrices & image-path
* Update build.yml
* Revert "Update build.yml"
This reverts commit c2d04aef65 .
* use pathlib
* feat: Add mypy configuration file (#4315)
* feat: Add mypy config file
* refactor: Remove mypy options from build workflow
* Remove linear_algebra
Co-authored-by: Christian Clauss <cclauss@me.com>
* rebase & update mypy.ini
* fix pre-commit errors
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
|
2021-04-06 15:34:18 +02:00 |
|
Christian Clauss
|
5f4da5d616
|
isort --profile black . (#2181)
* updating DIRECTORY.md
* isort --profile black .
* Black after
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2020-07-06 09:44:19 +02:00 |
|
Matheus T. Guimarães
|
5fd868c460
|
Add algorithm to rotate images (#1420)
* Add algorithm to rotate image
* Edit function to be compliant in Black and Flake8 formats
* Add type hints in get_rotation() and enumerate() in loop
|
2019-10-22 21:19:38 +02:00 |
|