diff --git a/onsset/ethiopia_runner.py b/onsset/ethiopia_runner.py deleted file mode 100644 index d0ef8c3..0000000 --- a/onsset/ethiopia_runner.py +++ /dev/null @@ -1,9 +0,0 @@ -import os -from runner import calibration, scenario - -specs_path = os.path.join('test', 'test_data', 'et-1-specs.xlsx') -csv_path = os.path.join('test', 'test_data', 'et-1-country-inputs.csv') -result_path = os.path.join('test', 'test_data') - -scenario(specs_path, csv_path, result_path, result_path) -