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:
cclauss 2017-08-25 13:43:19 +02:00 committed by Lucas De Marchi
parent d525c0bffb
commit b26b6f07bd

View File

@ -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