-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change start_index's default value to 0 from 1.
Change start_indexi's default value to 0 from 1. The motivation for this is to have more Pythonic code, and for increased consistency with the rest of the updated modules. This implements the suggestion made by @benfred towards merging the implementation of issue #1074's feature request. This change includes modifying what Categorify()'s _encode() method does, default arg value updates in some other methods, docstring updating, and updating Categorify()'s tests that test start_index's behavior.
- Loading branch information
Adam Lesnikowski
committed
Sep 10, 2021
1 parent
51ad8a2
commit 0425246
Showing
2 changed files
with
21 additions
and
15 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