Closed AHReccese closed 3 months ago
@sepandhaghighi I will prepare and drop a video in 24 hours in order to get onboarded better
Attention: Patch coverage is 55.00000%
with 81 lines
in your changes missing coverage. Please review.
Project coverage is 82.94%. Comparing base (
06716ac
) to head (6ca69a9
). Report is 23 commits behind head on dev.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Oh god finally tests are executing successfully, I ran into some weird hard-to-debug issues, hopefully, they all are solved now. Continue with your review :) @sepandhaghighi @sadrasabouri
OK, sure. I will address them all in the next PRs. @sepandhaghighi
@AHReccese Thanks for your efforts 🔥
This pull request is a base PR and looks good to me, but I have some comments that should be addressed in the next PRs:
- I believe that we should add
pydantic
to bothstreaming-requirements.txt
anddev-requirements.txt
.- We should separate
streaming
tests from core tests(Test the core features of PyMilo without installingstreaming
dependencies, and then install and test the streaming features.)- Update all docstrings
- I suggest using
enum
instead ofstring
for parameters likemode
(for exampleClientMode.Local
instead ofLOCAL
).
1,3,4 are resolved.
Reference Issues/PRs
What does this implement/fix? Explain your changes.
The base architecture of ML Streaming
Any other comments?