-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase coverage of leaflet.py (#2603)
Commit title: Increase coverage of leaflet.py (#2603) Contents of commit: ============= 1) This commit adds a series of tests to `analysis/leaflet.py` which cover parts of the code which did not use to be tested (Issue #2600). As of this commit, coverage is now at over 95% for this module. 2) This commit also fixes a missing import for the selection module (#2612). Unaltered commit history: ================= * _get_graph without self.pbc for leaflet.py * using update * add test for leaflet write_selection and fix one missing module in leaflet.py * tyop * check expected lipids contact are returned when pbc on * check leaflet write_selection output * remove unused codes * add more tests on update function * cover three options for sparse * add test on components index in group & add name CHANGELOG * add test on update without cutoff * PEP8 formatting * exclude valueerror in matrix cal from coverage * add author
- Loading branch information
1 parent
e416aa7
commit 53ccf6d
Showing
4 changed files
with
112 additions
and
5 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