-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Engines Modularized #160
Engines Modularized #160
Conversation
… moved to `pyrgg` engine.
…ck to `function.py`.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #160 +/- ##
==========================================
+ Coverage 98.57% 98.61% +0.05%
==========================================
Files 4 7 +3
Lines 487 502 +15
Branches 82 82
==========================================
+ Hits 480 495 +15
Misses 4 4
Partials 3 3 ☔ View full report in Codecov by Sentry. |
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.
@sadrasabouri Thanks for your efforts 🥇
Please take a look at my comments 🔥
@sepandhaghighi It's ready for your review Sepand. |
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.
@sadrasabouri Please take a look at my comments. I noticed some variable names that seem to be misspelled.
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.
🚀
Reference Issues/PRs
#145
What does this implement/fix? Explain your changes.
There were some necessary changes regarding engine modularization. Now different engines by same interface is accessible through
pyrgg.engines
. Also tests separated for different modules.