-
Notifications
You must be signed in to change notification settings - Fork 507
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRG] Refactor: improve readibility in the convolutional module (#709)
* feat: add _get_convol_img_fn * refactor: add warning msg * refactor: encapsulate the report printing in a function * docs: add some documentation in the function _get_convol_img_fn * docs: add realise * refactor: change function _get_convol_img_fn for more clarity * refactor: run pre-commit * test: refactor tests to delete the error for unavailable backends * feat: delete not implemented error in convolutional module * revert the last two commits * docs: add comments with the reason of the error --------- Co-authored-by: Francisco Muñoz <[email protected]>
- Loading branch information
Showing
2 changed files
with
70 additions
and
93 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