Browse Source

from math import sqrt

sqrt() is called on lines 198, 200, 208.  Without this change, sqrt() is an undefined name.
master
cclauss 8 years ago committed by Lucas De Marchi
parent
commit
b26b6f07bd
  1. 2
      Tools/LogAnalyzer/tests/TestOptFlow.py

2
Tools/LogAnalyzer/tests/TestOptFlow.py

@ -1,7 +1,7 @@ @@ -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…
Cancel
Save