Bugfix in CMSFTS

This commit is contained in:
Petrônio Cândido de Lima e Silva 2018-06-28 14:23:56 -03:00 committed by GitHub
parent d181493c38
commit 1a00a4aa4e
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 = True
self.is_multivariate = False
self.order = 1
self.flrgs = {}