Skip to content

Commit 9e0babd

Browse files
add plotting function Pt.7
1 parent 94b49d6 commit 9e0babd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ahead/utils/multivariate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def compute_y_mts(df, df_frequency):
2626
nrow = len(input_series_tolist),
2727
ncol = df.shape[1])
2828

29-
ts.colnames = StrVector(df.columns.tolist())
29+
#ts.colnames = StrVector(df.columns.tolist())
3030

3131
return stats.ts(ts, frequency=get_frequency(df_frequency))
3232

0 commit comments

Comments
 (0)