Open jrobinson-uk opened 6 years ago
Sorry, I'll fix the doc.
On 29/08/2018 10:15, James Robinson wrote:
pytrack.cpgs.GPSPosition appears to be a class rather than dictionary as suggested by the documentation
|from pytrack import GPS gps = GPS() type(gps.position()) |
This returns |class| when |dict| was expected.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/raspberrypi/pytrack/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBodAEWzMvy0RtH50VtcFx-tsBw5mYWks5uVluygaJpZM4WRJJx.
No problem, there a few minor issues we're noticing and fixing as we're currently writing some more comprehensive guides to support HAB.
David Akerman writes:
Sorry, I'll fix the doc.
On 29/08/2018 10:15, James Robinson wrote:
pytrack.cpgs.GPSPosition appears to be a class rather than dictionary as suggested by the documentation
|from pytrack import GPS gps = GPS() type(gps.position()) |
This returns |class| when |dict| was expected.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/raspberrypi/pytrack/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBodAEWzMvy0RtH50VtcFx-tsBw5mYWks5uVluygaJpZM4WRJJx.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
--
OK, probably best to collect them all up and hit in one commit.
On 30/08/2018 08:51, James Robinson wrote:
No problem, there a few minor issues we're noticing and fixing as we're currently writing some more comprehensive guides to support HAB.
David Akerman writes:
Sorry, I'll fix the doc.
On 29/08/2018 10:15, James Robinson wrote:
pytrack.cpgs.GPSPosition appears to be a class rather than dictionary as suggested by the documentation
|from pytrack import GPS gps = GPS() type(gps.position()) |
This returns |class| when |dict| was expected.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/raspberrypi/pytrack/issues/10, or mute the thread
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
--
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/raspberrypi/pytrack/issues/10#issuecomment-417224270, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBodLRoLTzfWySpZm-BNup0cHvyQnsYks5uV5lngaJpZM4WRJJx.
pytrack.cpgs.GPSPosition appears to be a class rather than dictionary as suggested by the documentation
This returns
class
whendict
was expected.