Skip to content

Commit

Permalink
Internal Datframes index refactoring #190
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinecarme committed Mar 19, 2022
1 parent 9b341c9 commit ef227ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaf/TS/Intermittent_Models.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def fit(self):
self.mSignal = self.mTimeInfo.mSignal;
lAREstimFrame = self.mSplit.getEstimPart(self.mARFrame)
self.mOffset = lAREstimFrame[self.mCycleResidueName].min()
print("OFFSET", (self.mCycleResidueName, self.mOffset))
# print("OFFSET", (self.mCycleResidueName, self.mOffset))
self.estimate_alpha(lAREstimFrame)
self.mFeatureSelector = None;
self.mInputNamesAfterSelection = self.mInputNames;
Expand Down

0 comments on commit ef227ac

Please sign in to comment.