-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT/DOC: rm old stuff; doc new fill match cells
i am sure it is possible to avoid creating "matches" and instead update the COO data directly, but palindrome matches make this tricky (per the comment that remains in lines 241-246 in _make.py). hmm - i guess since the COO data is filled in in a certain order we could maybe use binary search or something to detect if a match already exists ...? but that will get pretty involved
- Loading branch information
Showing
3 changed files
with
33 additions
and
183 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