-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add subsetting methods creating subsetted network and schedule objects independent of originals * update notebooks * fix subschedule in subnetwork * update doc strings * fix flake 8 * split retain connected graph into two methods * remove double up on the same logging message * fix handling modes using sets * update code coverage level * PR comments, extra params * add test
- Loading branch information
Showing
7 changed files
with
1,648 additions
and
749 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 |
---|---|---|
|
@@ -3,4 +3,4 @@ branch = True | |
omit = venv/*, tests/*, notebooks/*, scripts/* | ||
|
||
[report] | ||
fail_under = 94 | ||
fail_under = 94.00 |
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.