Skip to content

Commit e0b0847

Browse files
committed
remove redundant sample_kwargs definition in test
1 parent 9bc3d25 commit e0b0847

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

causalpy/tests/test_misc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
import causalpy as cp
1919

20-
sample_kwargs = {"tune": 20, "draws": 20, "chains": 2, "cores": 2}
21-
2220

2321
def test_regression_kink_gradient_change():
2422
"""Test function to numerically calculate the change in gradient around the kink

0 commit comments

Comments
 (0)