Closed chrMongeau closed 7 years ago
Probably the stop_after_pre_process
parameter should be stop_after_raw_report
. Also, it should be a SWS parameter so that it can be set in the SWS interface (as year
and out_coef
). This can be done later.
esdata
andtldata
are loaded as soon as possible. They are then minimally transformed (withadaptTradeDataNames()
andadaptTradeDataTypes()
) so that reports on raw data can be done without unnecessary operations. A new parameter was addedstop_after_pre_process
:TRUE
indicates that the module should stop just after the raw data reports.