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

Hbbaker #1749

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Hbbaker #1749

wants to merge 6 commits into from

Commits on Oct 22, 2024

  1. Basic Refactoring of CenterLines class to move extra private function…

    …s to a utility class so as to improve clutter and readability of the CenterLines public functions, as well as improving the maintainability of the class moving forward. Also updated tests to reflect changes in imports to ensure that code stays in working order.
    hbbaker committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    57e897d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be4b180 View commit details
    Browse the repository at this point in the history
  3. fixed a few issues with references to centerlines_utils in the test c…

    …ode, as well as fixed a bad reference left over from refactoring in centerlines_utils
    hbbaker committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a1a12db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e94fafa View commit details
    Browse the repository at this point in the history
  5. Fixed PEP8 issues, as well as removed an extra function from centerli…

    …nes_utils that accidentally duplicated
    hbbaker committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d907071 View commit details
    Browse the repository at this point in the history
  6. Fixed one more PEP8 issue

    hbbaker committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a28b1bf View commit details
    Browse the repository at this point in the history