mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 23:18:28 -04:00
0f08207bdb
`reduce()` is called on line 55. Python 3 dropped reduce() as a builtin. https://docs.python.org/3/whatsnew/3.0.html#builtins encourages the rewriting of reduce() calls as explicit for loops or list comprehensions but I am not confident to try that in this context. |
||
---|---|---|
.. | ||
examples | ||
tests | ||
DataflashLog.py | ||
example_output.xml | ||
LogAnalyzer.py | ||
UnitTest.py | ||
VehicleType.py |