-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use Lomap package's bindings * fix mypy complaints * Code via suggestions because local branch is borked Why can't I push this from my local? * Update openfe/setup/atom_mapping/lomap_scorers.py * try exporting __all__ (make RTD happy too) * guess mypy didn't like that at __all__ * Oh, *that* would be how to fix the warning about mocks * Update environment.yaml * Update environment.yml * Update conf.py * remove lomap docs * try adding lomap to docs build * try adding lomap scorer docs back * add generate_lomap_network to docs * Update environment.yml --------- Co-authored-by: David W.H. Swenson <[email protected]>
- Loading branch information
1 parent
195b9e8
commit e60580c
Showing
7 changed files
with
26 additions
and
530 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 |
---|---|---|
|
@@ -103,7 +103,6 @@ | |
|
||
autodoc_mock_imports = [ | ||
"matplotlib", | ||
"lomap", | ||
"openmmtools", | ||
"mdtraj", | ||
"openmmforcefields", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ channels: | |
- conda-forge | ||
dependencies: | ||
- duecredit | ||
- lomap2>=3.0.0 | ||
- numpy<1.24 | ||
- networkx | ||
- rdkit | ||
|
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.