Skip to content

Commit 433bb62

Browse files
committed
bugfix in test
1 parent 2b9c2e9 commit 433bb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/generate_freezed_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def get_nonstationarity_data(show=False):
114114
if show:
115115
t_indx = np.logical_and(t >= 0, t < 10)
116116
plt.figure(figsize=(15, 5))
117-
plt.plot(t[t_indx], gausian_signal[t_indx], label='gaussian')
117+
# plt.plot(t[t_indx], gausian_signal[t_indx], label='gaussian')
118118
plt.plot(t[t_indx], nongausian_signal[t_indx], label='non-gaussian stationary')
119119
plt.plot(
120120
t[t_indx],

0 commit comments

Comments
 (0)