Skip to content

Commit

Permalink
Merge pull request #25 from sdaza/dev
Browse files Browse the repository at this point in the history
update
  • Loading branch information
sdaza authored Dec 12, 2024
2 parents 7795bcf + 9edc7c3 commit 1654a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment_utils/experiment_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def get_effects(self, min_binary_count=100, adjustment=None):
relevant_covariates = set(self.final_covariates) & set(self.regression_covariates)

adjustment_labels = {
None: 'No adjustment',
None: '',
'IPW': 'IPW',
'IV': 'IV'
}
Expand Down

0 comments on commit 1654a99

Please sign in to comment.