Skip to content

Commit

Permalink
Merge pull request #13 from sdaza/dev
Browse files Browse the repository at this point in the history
minor changes
  • Loading branch information
sdaza authored Dec 8, 2024
2 parents 1873dde + b6c3860 commit eb196a2
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 eb196a2

Please sign in to comment.