Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaza committed Dec 8, 2024
1 parent 81f7ae9 commit b6c3860
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.DS_Store
testing
experiment_utils/dev*
__pycache__
experiment_utils.egg-info
2 changes: 1 addition & 1 deletion tests/test_experiment_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_no_adjustment(sample_data):


def test_ipw_adjustment(sample_data):
"""Test get_effects no adjustments"""
"""Test get_effects ipw adjustments"""
outcomes = "conversion"
treatment_col = "treatment"
experiment_identifier = "experiment"
Expand Down

0 comments on commit b6c3860

Please sign in to comment.