From e926a5815e97fff22ac3210cbd8afad49ee0b97e Mon Sep 17 00:00:00 2001 From: Maziyar Boustani Date: Thu, 3 Sep 2015 14:40:22 -0700 Subject: [PATCH 1/2] replaces ocw-config-runner to ocw_config_runner --- {ocw-config-runner => ocw_config_runner}/configuration_parsing.py | 0 {ocw-config-runner => ocw_config_runner}/configuration_writer.py | 0 {ocw-config-runner => ocw_config_runner}/evaluation_creation.py | 0 .../example/portrait_diagram.yaml | 0 .../example/simple_model_to_model_bias.yaml | 0 {ocw-config-runner => ocw_config_runner}/example/subregion.yaml | 0 .../example/taylor_diagram_example.yaml | 0 .../example/time_series_plot_example.yaml | 0 .../ocw_evaluation_from_config.py | 0 {ocw-config-runner => ocw_config_runner}/plot_generation.py | 0 .../tests/test_config_parsing.py | 0 .../tests/test_config_writer.py | 0 .../tests/test_evaluation_creation.py | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {ocw-config-runner => ocw_config_runner}/configuration_parsing.py (100%) rename {ocw-config-runner => ocw_config_runner}/configuration_writer.py (100%) rename {ocw-config-runner => ocw_config_runner}/evaluation_creation.py (100%) rename {ocw-config-runner => ocw_config_runner}/example/portrait_diagram.yaml (100%) rename {ocw-config-runner => ocw_config_runner}/example/simple_model_to_model_bias.yaml (100%) rename {ocw-config-runner => ocw_config_runner}/example/subregion.yaml (100%) rename {ocw-config-runner => ocw_config_runner}/example/taylor_diagram_example.yaml (100%) rename {ocw-config-runner => ocw_config_runner}/example/time_series_plot_example.yaml (100%) rename {ocw-config-runner => ocw_config_runner}/ocw_evaluation_from_config.py (100%) rename {ocw-config-runner => ocw_config_runner}/plot_generation.py (100%) rename {ocw-config-runner => ocw_config_runner}/tests/test_config_parsing.py (100%) rename {ocw-config-runner => ocw_config_runner}/tests/test_config_writer.py (100%) rename {ocw-config-runner => ocw_config_runner}/tests/test_evaluation_creation.py (100%) diff --git a/ocw-config-runner/configuration_parsing.py b/ocw_config_runner/configuration_parsing.py similarity index 100% rename from ocw-config-runner/configuration_parsing.py rename to ocw_config_runner/configuration_parsing.py diff --git a/ocw-config-runner/configuration_writer.py b/ocw_config_runner/configuration_writer.py similarity index 100% rename from ocw-config-runner/configuration_writer.py rename to ocw_config_runner/configuration_writer.py diff --git a/ocw-config-runner/evaluation_creation.py b/ocw_config_runner/evaluation_creation.py similarity index 100% rename from ocw-config-runner/evaluation_creation.py rename to ocw_config_runner/evaluation_creation.py diff --git a/ocw-config-runner/example/portrait_diagram.yaml b/ocw_config_runner/example/portrait_diagram.yaml similarity index 100% rename from ocw-config-runner/example/portrait_diagram.yaml rename to ocw_config_runner/example/portrait_diagram.yaml diff --git a/ocw-config-runner/example/simple_model_to_model_bias.yaml b/ocw_config_runner/example/simple_model_to_model_bias.yaml similarity index 100% rename from ocw-config-runner/example/simple_model_to_model_bias.yaml rename to ocw_config_runner/example/simple_model_to_model_bias.yaml diff --git a/ocw-config-runner/example/subregion.yaml b/ocw_config_runner/example/subregion.yaml similarity index 100% rename from ocw-config-runner/example/subregion.yaml rename to ocw_config_runner/example/subregion.yaml diff --git a/ocw-config-runner/example/taylor_diagram_example.yaml b/ocw_config_runner/example/taylor_diagram_example.yaml similarity index 100% rename from ocw-config-runner/example/taylor_diagram_example.yaml rename to ocw_config_runner/example/taylor_diagram_example.yaml diff --git a/ocw-config-runner/example/time_series_plot_example.yaml b/ocw_config_runner/example/time_series_plot_example.yaml similarity index 100% rename from ocw-config-runner/example/time_series_plot_example.yaml rename to ocw_config_runner/example/time_series_plot_example.yaml diff --git a/ocw-config-runner/ocw_evaluation_from_config.py b/ocw_config_runner/ocw_evaluation_from_config.py similarity index 100% rename from ocw-config-runner/ocw_evaluation_from_config.py rename to ocw_config_runner/ocw_evaluation_from_config.py diff --git a/ocw-config-runner/plot_generation.py b/ocw_config_runner/plot_generation.py similarity index 100% rename from ocw-config-runner/plot_generation.py rename to ocw_config_runner/plot_generation.py diff --git a/ocw-config-runner/tests/test_config_parsing.py b/ocw_config_runner/tests/test_config_parsing.py similarity index 100% rename from ocw-config-runner/tests/test_config_parsing.py rename to ocw_config_runner/tests/test_config_parsing.py diff --git a/ocw-config-runner/tests/test_config_writer.py b/ocw_config_runner/tests/test_config_writer.py similarity index 100% rename from ocw-config-runner/tests/test_config_writer.py rename to ocw_config_runner/tests/test_config_writer.py diff --git a/ocw-config-runner/tests/test_evaluation_creation.py b/ocw_config_runner/tests/test_evaluation_creation.py similarity index 100% rename from ocw-config-runner/tests/test_evaluation_creation.py rename to ocw_config_runner/tests/test_evaluation_creation.py From ed0f5bc4c53b9d83f48ce8c8499d05ada30f0c43 Mon Sep 17 00:00:00 2001 From: Maziyar Boustani Date: Thu, 3 Sep 2015 15:08:20 -0700 Subject: [PATCH 2/2] adding init pyhton file --- ocw_config_runner/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 ocw_config_runner/__init__.py diff --git a/ocw_config_runner/__init__.py b/ocw_config_runner/__init__.py new file mode 100644 index 00000000..e69de29b