Skip to content

Commit

Permalink
remove kwarg being overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
drbenvincent committed Nov 8, 2023
1 parent 232944b commit 4386f6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion causalpy/tests/test_input_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ def setup_regression_kink_data(kink):
seed = 42
rng = np.random.default_rng(seed)
N = 50
kink = 0.5
beta = [0, -1, 0, 2, 0]
sigma = 0.05
# generate data
Expand Down

0 comments on commit 4386f6b

Please sign in to comment.