Open matthewlchambers opened 1 year ago
Due to the way esupy.processed_data_mgmt.write_df_to_file() is written and how it is used in flowsa.flowbysector.FlowBySector.generateFlowbySector(), setting flowsa.settings.fbsoutputpath does not affect where the FBS ends up getting saved.
esupy.processed_data_mgmt.write_df_to_file()
flowsa.flowbysector.FlowBySector.generateFlowbySector()
flowsa.settings.fbsoutputpath
Due to the way
esupy.processed_data_mgmt.write_df_to_file()
is written and how it is used inflowsa.flowbysector.FlowBySector.generateFlowbySector()
, settingflowsa.settings.fbsoutputpath
does not affect where the FBS ends up getting saved.