CLIMATE-663 - ocw-config-runner needs to be ocw_config_runner
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/34cadf03 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/34cadf03 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/34cadf03 Branch: refs/heads/master Commit: 34cadf03d601d82c573192cb7f38d146e2095ee3 Parents: 7f34fc3 ed0f5bc Author: huikyole <[email protected]> Authored: Wed Sep 9 15:28:48 2015 -0700 Committer: huikyole <[email protected]> Committed: Wed Sep 9 15:28:48 2015 -0700 ---------------------------------------------------------------------- ocw-config-runner/configuration_parsing.py | 285 ------- ocw-config-runner/configuration_writer.py | 302 ------- ocw-config-runner/evaluation_creation.py | 178 ---- ocw-config-runner/example/portrait_diagram.yaml | 30 - .../example/simple_model_to_model_bias.yaml | 35 - ocw-config-runner/example/subregion.yaml | 30 - .../example/taylor_diagram_example.yaml | 36 - .../example/time_series_plot_example.yaml | 31 - ocw-config-runner/ocw_evaluation_from_config.py | 72 -- ocw-config-runner/plot_generation.py | 204 ----- ocw-config-runner/tests/test_config_parsing.py | 806 ------------------- ocw-config-runner/tests/test_config_writer.py | 768 ------------------ .../tests/test_evaluation_creation.py | 49 -- ocw_config_runner/__init__.py | 0 ocw_config_runner/configuration_parsing.py | 285 +++++++ ocw_config_runner/configuration_writer.py | 302 +++++++ ocw_config_runner/evaluation_creation.py | 178 ++++ ocw_config_runner/example/portrait_diagram.yaml | 30 + .../example/simple_model_to_model_bias.yaml | 35 + ocw_config_runner/example/subregion.yaml | 30 + .../example/taylor_diagram_example.yaml | 36 + .../example/time_series_plot_example.yaml | 31 + ocw_config_runner/ocw_evaluation_from_config.py | 72 ++ ocw_config_runner/plot_generation.py | 204 +++++ ocw_config_runner/tests/test_config_parsing.py | 806 +++++++++++++++++++ ocw_config_runner/tests/test_config_writer.py | 768 ++++++++++++++++++ .../tests/test_evaluation_creation.py | 49 ++ 27 files changed, 2826 insertions(+), 2826 deletions(-) ----------------------------------------------------------------------
