-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix: #224 initialise uid counter when adding edges in some formats * tests: added for counter uid * fix: bug in copy with str id, and added test * style: ran black and isort * fix: check existence of id before adding edge * tests: added to check uid handling * refactor: replaced uid check by helper function * docs: removed note of copy() * fix: uid check for simplicial complexes and added tests * style: ran isort and black * fix: deal with potential tuple ID from merging edges * removed unused import
- Loading branch information
1 parent
027f62c
commit 1efb65f
Showing
5 changed files
with
179 additions
and
66 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
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
Oops, something went wrong.