Skip to content

Incorrect type hints #14

@filipchristiansen

Description

@filipchristiansen

def bootstrap_uncertainty(data: List[T], functional, estimator=None, alpha=10.0,
num_samples=1000) -> Tuple[float, float]:

def precentile_bootstrap_uncertainty(data: List[T], functional, estimator=None, alpha=10.0,
num_samples=1000) -> Tuple[float, float]:

It should be

-> Tuple[float, float, float]:

instead of

-> Tuple[float, float]:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions