Bugfix in CMSFTS

This commit is contained in:
Petrônio Cândido de Lima e Silva 2018-06-29 11:50:41 -03:00 committed by GitHub
parent 6cc88f6292
commit d15814b545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ class ContextualMultiSeasonalFTS(sfts.SeasonalFTS):
self.has_seasonality = True
self.has_point_forecasting = True
self.is_high_order = True
self.is_multivariate = False
self.is_multivariate = True
self.order = 1
self.flrgs = {}