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

Court name issues #129

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 22, 2022

  1. Replaced startswith with exact match

    The comment above the buggy code indicates that it was trying to account for missing punctuation. I did this by allowing matches where the last character of the canonical form is different/missing.
    
    I also created a test file to make sure Eyecite gets the right court names when fed some of the most common courts.
    bbernicker committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    69534a8 View commit details
    Browse the repository at this point in the history
  2. Update test_CourtsTest.py

    This commit updates the unit test which ensures that Eyecite is returning the correct court names.
    bbernicker committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    e17e8cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    064272c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

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