mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Typo fix.
This commit is contained in:
@@ -7,7 +7,7 @@ TICKS_PER_US = TICK_FREQUENCY / 1e6
|
||||
print(TICKS_PER_US)
|
||||
|
||||
# Load data.
|
||||
data = numpy.loadtxt(open("analysis.csv", "rb"), delimiter=",", skiprows=1)
|
||||
data = numpy.loadtxt(open("driveresponse.csv", "rb"), delimiter=",", skiprows=1)
|
||||
|
||||
labels = data[:, 0]
|
||||
frequencies = data[:, 1:]
|
||||
|
||||
Reference in New Issue
Block a user