-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixes #42 - Added functions to extract u_nk mbar energies from Amber files if they exist. - added test to determine if file was parsed correctly. ix test_amber.py to conform to new load_bace_example added to alchemtest. - small formatting adjustments. - Adding another test "load_bace_improper" to increase coverage - Adding support for exception thrown by improper clambda value for test case. - removed untested portion of amber parser from coverage The "file_validation(outfile)" step in extract_dHdl() is not covered by our tests. I am flagging the "not tested" status explicitly in the code with `#pragma: no cover`.
- Loading branch information
Showing
3 changed files
with
169 additions
and
22 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