Skip to content

Commit

Permalink
Merge pull request #638 from broadinstitute/kl/build
Browse files Browse the repository at this point in the history
Revert tuple type in build_models
  • Loading branch information
klaricch authored Oct 26, 2023
2 parents b7f18a2 + 483a05c commit 5261b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnomad/utils/constraint.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def build_models(
high_cov_definition: int = COVERAGE_CUTOFF,
upper_cov_cutoff: Optional[int] = None,
skip_coverage_model: bool = False,
) -> Tuple[[Union[Tuple[float, float], None], hl.expr.StructExpression]]:
) -> Tuple[Optional[Tuple[float, float]], hl.expr.StructExpression]:
"""
Build coverage and plateau models.
Expand Down

0 comments on commit 5261b8d

Please sign in to comment.