Skip to content
Closed
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
4 changes: 2 additions & 2 deletions balance/stats_and_plots/weights_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def prop_above_and_below(
above: tuple[float, ...] | list[float] | None = (1, 2, 3, 5, 10),
return_as_series: Literal[True] = True,
) -> pd.Series | None:
pass
pass # pragma: no cover


@overload
Expand All @@ -222,7 +222,7 @@ def prop_above_and_below(
*,
return_as_series: Literal[False],
) -> PropAboveBelowResult | None:
pass
pass # pragma: no cover


def prop_above_and_below(
Expand Down