-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor and clean. Add tests. Use pyproject and lockfile. #44
Conversation
Confirmed that the container runs correctly |
src/stream/stream.py
Outdated
dictConfig(yaml.safe_load(open(fname))) | ||
logger = logging.getLogger(name="groundlight.stream") | ||
|
||
|
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.
this file is the same as the one remove in src/stream.py
, its just significantly pared down and so git isnt recognizing it as the same file.
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.
This looks reasonable to me. Thanks for cleaning this up
Lots of improvements: