We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b841ce commit 2993e85Copy full SHA for 2993e85
causal_testing/testing/estimators.py
@@ -59,7 +59,7 @@ def __init__(
59
if effect_modifiers is None:
60
self.effect_modifiers = {}
61
elif isinstance(effect_modifiers, dict):
62
- self.effect_modifiers = {k: v for k, v in effect_modifiers.items()}
+ self.effect_modifiers = effect_modifiers
63
else:
64
raise ValueError(f"Unsupported type for effect_modifiers {effect_modifiers}. Expected iterable")
65
self.modelling_assumptions = []
0 commit comments