Skip to content

Commit 1d9dace

Browse files
committed
fix: test
1 parent 9c959e0 commit 1d9dace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tsfeatures/tests/test_pacf_features.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77

88
def test_pacf_features_seasonal_short():
9-
z = np.random.normal(15)
9+
z = np.random.normal(size=15)
1010
pacf_features(z, freq=7)

0 commit comments

Comments
 (0)