Skip to content

Commit 0a0a698

Browse files
authored
Update MSSA.py
fixed indent
1 parent 95f79a3 commit 0a0a698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py_ssa_lib/MSSA.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def L_Forecast(self, ts, M, idx_components, return_full=True):
368368
return y_pred[:,-M:]
369369

370370
def K_forecast(self, ts, M, idx_components, return_full=True):
371-
""""
371+
""""
372372
Forecasts M values for a given time series using V eigenspace
373373
Parameters
374374
----------

0 commit comments

Comments
 (0)