-
Notifications
You must be signed in to change notification settings - Fork 51
Add Python streams and interfaces #797
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
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #797 +/- ##
==========================================
+ Coverage 72.68% 72.72% +0.03%
==========================================
Files 472 472
Lines 30776 30774 -2
Branches 878 878
==========================================
+ Hits 22370 22379 +9
+ Misses 8311 8301 -10
+ Partials 95 94 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
self.protocol_args = protocol_args | ||
if self.protocol_type: | ||
str(protocol_type).capitalize() + "Protocol" | ||
# klass = OpenC3.require_class(class_name_to_filename(protocol_class_name)) |
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.
Need to actually do the dynamic import here.
# self.add_protocol(klass, protocol_args, "PARAMS") | ||
|
||
def connect(self): | ||
super() |
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.
Should be super().connect()
…into python_interfaces
SonarCloud Quality Gate failed.
|
No description provided.