-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug + Add Tests + Enhance docstrings (shape_equal) (#751)
* Enhance shape_equal Functionality and Tests * python -m Black * add KerasTensor.shape * fix IndexError * remove print * remove raise ValueError * back to initial code * fix docstrings * E501 line too long * axis: A list or tuple of integers * fix examples * fix bug axis = [axis] * fix foramt * add test Using axis=1 * fix .shape bug * add Example shape_equal with axis=[1,2] * fix add() Example * fix absolute Examples output * Fix bug+Add Tests+Enhance docstrings (shape_equal) * Fix bug+Add Tests+Enhance docstrings (shape_equal) * Fix bug+Add Tests+Enhance docstrings shape_equal
- Loading branch information
1 parent
7adbaf7
commit db4f8ae
Showing
2 changed files
with
64 additions
and
8 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