forked from Becksteinlab/MDPOW
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config.POWConfigParser fixes and enhancements
- raise new NoSectionError for missing section - new warning NoOptionWarning - run.get_mdp_files() now looks for full paths for MDP files and raises ValueError if file cannot be found - getpath() of None returns None instead of TypeError - getlist() and getarray() return empty containers instead of TypeError - readfp() returns self instead of True so that one can initialize from file in one line - findfile() reliably returns None if given None as input - improve debugging with logging POWConfigParser.get() at DEBUG - add tests - update CHANGES (for 0.8.0) more testing updates (SQUASHME)
- Loading branch information
Showing
14 changed files
with
447 additions
and
147 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
Oops, something went wrong.