Resolve CLIMATE-588. Merge PR #159.
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/6e73c8a5 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/6e73c8a5 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/6e73c8a5 Branch: refs/heads/master Commit: 6e73c8a519f6a2236c3a62dd926716b336e1a028 Parents: 58703e0 c90440b Author: Michael Joyce <[email protected]> Authored: Fri Feb 27 09:30:55 2015 -0800 Committer: Michael Joyce <[email protected]> Committed: Fri Feb 27 09:30:55 2015 -0800 ---------------------------------------------------------------------- ocw-config-runner/configuration_parsing.py | 218 ++++++ ocw-config-runner/evaluation_creation.py | 132 ++++ ocw-config-runner/ocw_evaluation_from_config.py | 386 +--------- ocw-config-runner/plot_generation.py | 54 ++ ocw-config-runner/tests/test_config_parsing.py | 669 +++++++++++++++++ ocw-config-runner/tests/test_config_runner.py | 711 ------------------- .../tests/test_evaluation_creation.py | 33 + 7 files changed, 1109 insertions(+), 1094 deletions(-) ----------------------------------------------------------------------
