Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sdaza committed Dec 12, 2024
1 parent 233eddb commit 9edc7c3
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 9edc7c3

Please sign in to comment.