RDF: Causal forecast fails with "Segmentation fault" error
Hello to everyone!
Have a problem with Causal forecast.
When runnind forecast function by mace have the following error:
---------------
mace -d . -run -expression "FORECAST:fcst,PEAKS:ppeak,PROMOEFF_0:peff1<-Forecast(FORECASTLENGTH:30,HISTORY:pos,MASK:mask,PERIOD:365,PROMO_0:pvar1,PROMONEG_0:"true",PROMOOVER_0:useff1,PROMOTYPE_0:potype1,STARTDATE:\"20140101\")"
Executing mace in domain '$d'.
Segmentation fault
----------------
fcst, pos, ppeak, pvar1 are on day level (str_itm_day_). The rest of measures are str_itm_. Mask is set to 5, but even if it's changed to 1 the error appears.
If to run mace without pvar:
mace -d . -run -expression "FORECAST:fcst,PEAKS:ppeak,PROMOEFF_0:peff1<-Forecast(FORECASTLENGTH:30,HISTORY:pos,MASK:mask,PERIOD:365,PROMONEG_0:"true",PROMOOVER_0:useff1,PROMOTYPE_0:potype1,STARTDATE:\"20140101\")"