Skip to content

round_to should be an optional kwarg in RegressionDiscontinuity.summary() #300

@drbenvincent

Description

@drbenvincent

For all the other experiment classes the function signature is

def summary(self, round_to=None) -> None:

but for RegressionDiscontinuity it is

def summary(self, round_to: None) -> None:

So there is an error in this function signature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions