-
Notifications
You must be signed in to change notification settings - Fork 1
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
Drake/feature/simulated uhf #64
Conversation
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.
Code looks great!
Also you will have to resolve these pylint formatting errors before your branch can be merged:
Run pylint $(git ls-files '*.py')
************* Module UHF.generic_client
UHF/generic_client.py:53:0: W0311: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
UHF/generic_client.py:54:0: W0311: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
UHF/generic_client.py:55:0: W0311: Bad indentation. Found 20 spaces, expected 16 (bad-indentation)
UHF/generic_client.py:16:0: C0116: Missing function or method docstring (missing-function-docstring)
UHF/generic_client.py:23:15: W0[7](https://github.com/AlbertaSat/ex3_simulated_subsystems/actions/runs/10001102874/job/27644142253?pr=64#step:5:8)18: Catching too general exception Exception (broad-exception-caught)
UHF/generic_client.py:30:0: C0116: Missing function or method docstring (missing-function-docstring)
UHF/generic_client.py:5[8](https://github.com/AlbertaSat/ex3_simulated_subsystems/actions/runs/10001102874/job/27644142253?pr=64#step:5:9):15: W0718: Catching too general exception Exception (broad-exception-caught)
UHF/generic_client.py:30:0: R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
************* Module UHF.simulated_uhf
UHF/simulated_uhf.py:5[9](https://github.com/AlbertaSat/ex3_simulated_subsystems/actions/runs/10001102874/job/27644142253?pr=64#step:5:10):21: C0303: Trailing whitespace (trailing-whitespace)
UHF/simulated_uhf.py:105:26: C0303: Trailing whitespace (trailing-whitespace)
UHF/simulated_uhf.py:66:19: W0718: Catching too general exception Exception (broad-exception-caught)
UHF/simulated_uhf.py:[10](https://github.com/AlbertaSat/ex3_simulated_subsystems/actions/runs/10001102874/job/27644142253?pr=64#step:5:11)5:11: W0718: Catching too general exception Exception (broad-exception-caught)
UHF/simulated_uhf.py:89:0: R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
UHF/simulated_uhf.py:138:23: W0718: Catching too general exception Exception (broad-exception-caught)
UHF/simulated_uhf.py:172:15: W0718: Catching too general exception Exception (broad-exception-caught)
UHF/simulated_uhf.py:177:0: C0[11](https://github.com/AlbertaSat/ex3_simulated_subsystems/actions/runs/10001102874/job/27644142253?pr=64#step:5:12)6: Missing function or method docstring (missing-function-docstring)
-----------------------------------
Your code has been rated at 9.84/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.
LGTM. This is enough to be used in the tall-thin command uplink architecture.
Thanks!
Created python programs for simulating uhf transceiver. One of these is a test program (generic_client.py).