minor bug fix

This commit is contained in:
Steve Nyemba 2022-09-19 13:10:28 -05:00
parent 209a7b8ee5
commit 3b0903bd4a
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ class Generator (Learner):
_df = self._df.copy()
_df[self.columns] = _iodf[self.columns]
N += _df.shape[0]
if self._states :
if self._states and 'post' in self._states:
_df = State.apply(_df,self._states['post'])
# #
# #@TODO: