-
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.
* FIX: rewrote add_simplices_from to make it non-recursive. tests: fixed some * fix: some tests * fix: test * fix: put the docstring back in * non-recursive add_simplex * fix: remove supfaces of edge #85 * style: ran black * nich request * fix: id and review comment * refactor: added helper function to add simplices without checks, for clarity and to avoid redundancy * fix: changed tests to check sets to satistfy different python versions * fix: boundary_matrix test - thanks Marco * fix: more tests * fix: more tests * tests: skip random doctests * fix: infinite loop. tests: reinstated warning tests * run isort and black * remove unnecessary import Co-authored-by: Nicholas Landry <[email protected]>
- Loading branch information
1 parent
7457018
commit 9f32d2c
Showing
6 changed files
with
367 additions
and
168 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import pickle | ||
import tempfile | ||
from warnings import warn | ||
|
||
import pytest | ||
|
||
|
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.