mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
from math import sqrt
sqrt() is called on lines 198, 200, 208. Without this change, sqrt() is an undefined name.
This commit is contained in:
parent
d525c0bffb
commit
b26b6f07bd
@ -1,7 +1,7 @@
|
||||
from LogAnalyzer import Test,TestResult
|
||||
import DataflashLog
|
||||
|
||||
import math
|
||||
from math import sqrt
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user