Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions meridian/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def _check_for_negative_effect(
dist: backend.tfd.Distribution, media_effects_dist: str
):
"""Checks for negative effect in the model."""
# comment to trigger presubmit assuming change detection
if (
media_effects_dist == constants.MEDIA_EFFECTS_LOG_NORMAL
and np.any(dist.cdf(0)) > 0
Expand Down
Loading