-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
print the hierarchy of a compound (#1097)
* replaced bondgraph with networkx * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * misc fix for docs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * use more particles in residue map testing to ensure actually faster * reduced number of children and grandchildren in test_nested_compound * commented out silica_interface test * added in print hierarchy functionality * changed duplicate checking to also look at names of child compoudns and names of the particles contained by the given compound * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * added more tests for print hierarchy * commented out test silica interface test * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * small edits to tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * added in test for missed lines * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update mbuild/compound.py marking argument as optional Co-authored-by: Co Quach <43968221+daico007@users.noreply.github.com> * Update mbuild/compound.py marking argument as optional Co-authored-by: Co Quach <43968221+daico007@users.noreply.github.com> * Update mbuild/compound.py marking argument as optional Co-authored-by: Co Quach <43968221+daico007@users.noreply.github.com> * addressed PR comments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * addressed minor docs formatting * added in treelib to environment-docs.yml file * tried to fix readthedocs issue unrelated to these changes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Christopher Iacovella <cri@MB22.local> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Co Quach <43968221+daico007@users.noreply.github.com> Co-authored-by: Co Quach <daico007@gmail.com> Co-authored-by: Christopher Iacovella <cri@MB22.hsd1.or.comcast.net>
- Loading branch information
1 parent
00d8c77
commit ab6d54d
Showing
6 changed files
with
286 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,4 @@ dependencies: | |
- python<3.10 | ||
- rdkit>=2021 | ||
- scipy | ||
- treelib |
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 |
---|---|---|
|
@@ -30,3 +30,4 @@ dependencies: | |
- python<3.10 | ||
- rdkit>=2021 | ||
- scipy | ||
- treelib |
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 |
---|---|---|
|
@@ -10,3 +10,4 @@ dependencies: | |
- python<3.10 | ||
- rdkit>=2021 | ||
- scipy | ||
- treelib |
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