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.
2 parents efe3218 + 2c657ec commit b4d0b15Copy full SHA for b4d0b15
reddit_decider/__init__.py
@@ -140,7 +140,7 @@ def _get_decider(self) -> Optional[T]:
140
141
def get_variant(
142
self,
143
- experiment_name: Optional[str] = None,
+ experiment_name: str,
144
**exposure_kwargs: Optional[Dict[str, Any]]
145
) -> Optional[str]:
146
"""Return a bucketing variant, if any, with auto-exposure.
0 commit comments