Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct default value of alphas #476

Merged
merged 11 commits into from
Aug 9, 2021
Merged

Correct default value of alphas #476

merged 11 commits into from
Aug 9, 2021

Commits on Jun 1, 2021

  1. Correct default value of alphas

    The PopulationSummaryResults class should to default to self.alpha when the alpha parameter is not passed. This is not the case currently since some methods use the statement 'alpha = self.alpha if alpha is None else alpha', however alpha's default value in the methods is .1, thus self.alpha will be ignored even if the client does not pass the alpha parameter.
    
    Without the fix ate_interval(), marginal_ate_interval() and const_marginal_ate_interval() all ignore the alpha parameter.
    mtanghu authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    1c1cd5b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    984c43d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    857ac91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    890b8c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7702c1a View commit details
    Browse the repository at this point in the history
  4. Fix spelling

    mtanghu committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    eb70e89 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Update test_inference.py

    Removing whitespace to fix linting
    kbattocchi authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    259e5d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    c509fac View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Configuration menu
    Copy the full SHA
    0f49f71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cc4185 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. Configuration menu
    Copy the full SHA
    bcb4ae9 View commit details
    Browse the repository at this point in the history