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

Update intercept detection and prior plotting #298

Merged
merged 3 commits into from
Jul 16, 2023
Merged

Commits on Jul 7, 2023

  1. Update intercept detection

    Fixes #297
    
    I changed the regex from "starts with 'intercept'" to just "contains 'intercept'" so that it captures things like `"b_intercept"` and `"b_zi_intercept"`.
    
    I don't think it's a problem to not require intercept to be at the beginning--examples that I can think of where this would be a problem would be false positive captured just the same with the "starts with" restriction (e.g., "interception" in football modeling)
    bwiernik committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    24436e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c7ad13 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

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