-
Notifications
You must be signed in to change notification settings - Fork 1
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
SFR-2265: Refactored Chicago ISAC mapping and processes #411
Conversation
Heads up that unit tests are failing! |
Recommend also migrating the unit tests to snake case and refactoring accordingly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! removing the duplicate code from the ingests is awesome.
Couple more minor things and i think we will be good to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple minor changes before merging in.
Nice work!
This PR removes comments, uses composition instead of inheritance for the init method, and transfers some code into a new method.