Skip to content

Commit d6449bb

Browse files
committed
chore: Tiny commit run with new signing key, to have commit signing
1 parent b06bbaf commit d6449bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

causalpy/data/simulate_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def _smoothed_gaussian_random_walk(
3434
lowess_kwargs: dict[str, Any],
3535
) -> tuple[np.ndarray, np.ndarray]:
3636
"""
37-
Generates Gaussian random walk data and applies LOWESS
37+
Generates Gaussian random walk data and applies LOWESS.
3838
3939
:param gaussian_random_walk_mu:
4040
Mean of the random walk
@@ -133,7 +133,7 @@ def generate_time_series_data(
133133
:param beta_linear:
134134
The linear coefficient
135135
:param beta_intercept:
136-
The intercept.
136+
The intercept
137137
138138
"""
139139
x = np.arange(0, N, 1)

0 commit comments

Comments
 (0)