Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add custom configuration checkers. | Aaron LI | 2016-10-03 | 2 | -0/+95 | |
| | | | | | These additional checker functions validate the required configs whether provided by the user config file, as well as against necessary contexts. | |||||
* | Arrange customs errors/exceptions in a module | Aaron LI | 2016-10-03 | 1 | -4/+1 | |
| | ||||||
* | Update general configurations and synchrotron configs | Aaron LI | 2016-10-03 | 2 | -1/+12 | |
| | ||||||
* | configs: Add sample config spec for galactic components | Aaron LI | 2016-10-02 | 1 | -0/+30 | |
| | ||||||
* | configs: Add new sections to "00-general.conf.spec" | Aaron LI | 2016-10-02 | 1 | -0/+66 | |
| | | | | | | | | These new sections added: * common * frequency * output * cosmology | |||||
* | configs/manager.py: Add "getn()" method to get multi-level config value | Aaron LI | 2016-10-02 | 1 | -0/+25 | |
| | ||||||
* | configs/manager.py: Refactor "get()" method and remove "set()" | Aaron LI | 2016-10-02 | 1 | -8/+1 | |
| | ||||||
* | configs: Update comments for the logging configs | Aaron LI | 2016-10-02 | 1 | -2/+6 | |
| | ||||||
* | configs/manager.py: Make "validate()" method private. | Aaron LI | 2016-09-30 | 1 | -8/+8 | |
| | | | | Also unify the quote style. | |||||
* | configs/manager.py: Update docstrings. | Aaron LI | 2016-09-30 | 1 | -2/+21 | |
| | | | | The NumPy docstring style is used. | |||||
* | utils/logging: reset handlers before initialization/reconfiguration | Aaron LI | 2016-09-29 | 1 | -1/+7 | |
| | | | | Also improve the comments. | |||||
* | configs/manager.py: Add "filemode" to the logging dict | Aaron LI | 2016-09-29 | 1 | -1/+3 | |
| | ||||||
* | configs: Minor adjustment to logging format | Aaron LI | 2016-09-29 | 1 | -1/+1 | |
| | ||||||
* | configs: Fix ConfigError and disable interpolation | Aaron LI | 2016-09-29 | 1 | -3/+9 | |
| | | | | | | Since we do not use string interpolation in configs, so disable this feature, otherwise `MissingInterpolationOption` error happens due to the "logging" configs which contains string formats. | |||||
* | configs: Add default config spec for logging | Aaron LI | 2016-09-29 | 1 | -0/+34 | |
| | ||||||
* | configs/manager.py: Add property "logging" | Aaron LI | 2016-09-29 | 1 | -2/+28 | |
| | | | | | | | This "logging" property get and perpare the configurations for `logging.basicConfig()` use. Needs testing. | |||||
* | Implement the basic ConfigManger() | Aaron LI | 2016-09-27 | 2 | -0/+80 | |
This is very basic at the moment, and needs many improvements. Thanks: https://github.com/pazz/alot TODO: Add config specifications with default values |