-
Notifications
You must be signed in to change notification settings - Fork 162
Fix/dynamic link #841
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
Fix/dynamic link #841
Conversation
Codecov Report
@@ Coverage Diff @@
## main #841 +/- ##
==========================================
+ Coverage 77.48% 77.81% +0.33%
==========================================
Files 128 128
Lines 35149 35198 +49
==========================================
+ Hits 27234 27391 +157
+ Misses 7915 7807 -108 |
@@ -189,16 +189,25 @@ def test_09_setup(self): | |||
assert LNA_setup.update() | |||
|
|||
def test_10_q3d_link(self): | |||
print("Started Test 10") |
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.
@maxcapodi78 Must have been for debugging.
print("Started Test 10") |
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.
right. I'll remove it
No description provided.