Skip to content

Commit

Permalink
Update test_rdd_default_values.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenKlaassen committed Dec 2, 2024
1 parent 9890dd3 commit dc5f1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doubleml/rdd/tests/test_rdd_default_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _assert_resampling_default_settings(dml_obj):
assert dml_obj.n_rep == 1
assert dml_obj.cutoff == 0
assert dml_obj.h_fs is not None
assert dml_obj.fs_kernel == "uniform"
assert dml_obj.fs_kernel == "triangular"
assert dml_obj.fuzzy is False


Expand Down

0 comments on commit dc5f1f6

Please sign in to comment.