Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
i-jey committed Apr 11, 2024
1 parent 32df2f7 commit 0e18600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats_utils/compensator.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def get_95_bound_and_compensation_from_parasitemia(
rbcs: Union[int, float],
units_ul_in: bool,
units_ul_out: bool = False,
) -> Tuple[float, List[float]]:
) -> Tuple[float, float]:
"""
Return compensated parasitemia and 95% confidence bound based on raw parasitemia and total rbcs
Expand Down

0 comments on commit 0e18600

Please sign in to comment.