Esempio n. 1
0
 def setUpClass(self):
     # path to the RTS Load data
     # self.load_data = file_path + dir_sep + "based_rts_gmlc" + dir_sep + "Load_rts_gmlc_based" +\
     #                  dir_sep + "procssed_file.csv"
     self.load_data = mape_maker_path + dir_sep + "samples" + \
                      dir_sep + "based_rts_gmlc" + dir_sep + "Load_rts_gmlc_based" \
                      + dir_sep + "processed_file.csv"
     self.parser = mapemain.make_parser()
Esempio n. 2
0
 def setUpClass(self):
     # find the path to mape_maker
     p = str(mape_maker.__path__)
     l = p.find("'")
     r = p.find("'", l + 1)
     mape_maker_path = p[l + 1:r]
     self.wind_data = mape_maker_path + dir_sep + "samples" + \
                        dir_sep + "wind_total_forecast_actual_070113_063015.csv"
     self.parser = mapemain.make_parser()
Esempio n. 3
0
 def setUp(cls):
     p = str(mape_maker.__path__)
     l = p.find("'")
     r = p.find("'", l + 1)
     o = p.rfind('mape_maker')
     mape_maker_path = p[l + 1:r]
     out_path = p[2:o - 1]
     cls.wind_data = mape_maker_path + dir_sep + "samples" + \
         dir_sep + "wind_total_forecast_actual_070113_063015.csv"
     cls.parser = mapemain.make_parser()
Esempio n. 4
0
 def setUpClass(self):
     # path to the RTS wind data
     self.wind_data = file_path + dir_sep + "rts_gmlc" + dir_sep + "WIND_forecasts_actuals.csv"
     self.parser = mapemain.make_parser()
Esempio n. 5
0
 def setUpClass(self):
     # path to Bus_220_Load_zone2
     self.parser = mapemain.make_parser()
     self.load_data = file_path + dir_sep + "rts_gmlc" + dir_sep + \
                      "Bus_220_Load_zone2_forecasts_actuals.csv"
Esempio n. 6
0
 def setUpClass(self):
     self.parser = mapemain.make_parser()