Merge branch 'master' of https://github.com/petroniocandido/pyFTS
This commit is contained in:
commit
d81900f519
@ -13,7 +13,6 @@ class ContextualSeasonalFLRG(sfts.SeasonalFLRG):
|
||||
self.RHS = {}
|
||||
|
||||
def append_rhs(self, flr, **kwargs):
|
||||
print(flr)
|
||||
if flr.LHS in self.RHS:
|
||||
self.RHS[flr.LHS].append_rhs(flr.RHS)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user