Closed ikmckenz closed 5 years ago
Merging #105 into master will decrease coverage by
0.29%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #105 +/- ##
=========================================
- Coverage 29.11% 28.82% -0.3%
=========================================
Files 9 9
Lines 1590 1582 -8
=========================================
- Hits 463 456 -7
+ Misses 1127 1126 -1
Impacted Files | Coverage Δ | |
---|---|---|
openbci/ganglion.py | 13.66% <100%> (-1.33%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update dc990b6...f4093b0. Read the comment docs.
This Patch is really is help-full for sorting out the error "NameError: global name 'Peripheral' is not defined" .
Is there anything else you'd like to see here before you merge this @andrewjaykeller ?
I can merge it!
Thanks!!!
I'm getting the same output "Expected MAC address, got %s" repr(addr))
with
sudo python user.py -p /dev/TEST
(same as OP)
as well as when I specify a port
sudo python user.py -p /dev/ttyACM0
This is with Ganglion on Ubuntu 18.04. Wondering if a solution has been found?
This should resolve #87 and #103 by cleaning up the BluePy import.
Previously trying to instantiate the driver with port as "TEST" would result in this error:
While after this patch it errors on "TEST" not being a MAC address as expected.
Ganglion has a bunch of other small bugs in it, but I was kinda hoping that my style pull request would be merged in before working on them.