File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def fill_unit(df_source, df_target):
98
98
99
99
100
100
def parse ():
101
- print ('Begin parsing EXIOBASE' )
101
+ print ('\n Begin parsing EXIOBASE' )
102
102
dict_eb_parse_meta = get_dict_eb_parse_meta ()
103
103
dict_eb_raw = {}
104
104
@@ -143,12 +143,12 @@ def parse():
143
143
dict_eb_raw ['cQm' ] = df_cQm
144
144
dict_eb_raw ['cQr' ] = df_cQr
145
145
146
- print ('Done parsing EXIOBASE' )
146
+ print ('\n Done parsing EXIOBASE' )
147
147
return dict_eb_raw
148
148
149
149
150
150
def process (dict_eb_raw ):
151
- print ('Begin processing EXIOBASE' )
151
+ print ('\n Begin processing EXIOBASE' )
152
152
dict_eb_proc = {}
153
153
154
154
# Construct Total Production Vector x from sum of Z and Y.
@@ -193,7 +193,7 @@ def process(dict_eb_raw):
193
193
dict_eb_proc ['tHm' ] = dict_eb_raw ['tHm' ]
194
194
dict_eb_proc ['tHr' ] = dict_eb_raw ['tHr' ]
195
195
196
- print ('Done processing EXIOBASE' )
196
+ print ('\n Done processing EXIOBASE' )
197
197
return dict_eb_proc
198
198
199
199
You can’t perform that action at this time.
0 commit comments