|
#%% Generate the FBS for other demands (see NIPA_FD_Common.yaml) |
|
name=f'NIPA_FD_{y}' |
|
if regenerateFBS: |
|
FlowBySector.generateFlowBySector(name, append_sector_names=True, |
|
download_sources_ok=True, |
|
external_config_path=fbsMethodPath) |
This doesn't work because there are no methods for different years in the dedicated branch of flowsa, just a common method
https://github.com/cornerstone-data/flowsa/tree/nipa/flowsa/methods/flowbysectormethods
The code will run if the common methods is renamed to NIPA_FD_2017
USEEIO/nowcasting/nipa_final_demand_estimates.py
Lines 51 to 56 in 06bda7c
This doesn't work because there are no methods for different years in the dedicated branch of flowsa, just a common method
https://github.com/cornerstone-data/flowsa/tree/nipa/flowsa/methods/flowbysectormethods
The code will run if the common methods is renamed to
NIPA_FD_2017