Skip to content

Commit 2f3883e

Browse files
committed
formatting
1 parent 4b318f6 commit 2f3883e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doubleml/did/utils/tests/test_add_jitter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def test_add_jitter_numeric_no_duplicates(numeric_df_no_duplicates):
4444
# No jitter should be added when there are no duplicates
4545
np.testing.assert_allclose(result["jittered_x"], result["x"])
4646

47+
4748
@pytest.mark.ci
4849
def test_add_jitter_numeric_with_duplicates(numeric_df_with_duplicates):
4950
"""Test that jitter is added correctly to numeric values with duplicates."""

0 commit comments

Comments
 (0)