Skip to content

Commit 1e6fca0

Browse files
Update README.md
1 parent b5abf7a commit 1e6fca0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ collector = edgeml.datasetCollector("https://app.edge-ml.org",
3434

3535
for i in range(500):
3636
current_time = startTime + i * 10 # adding samples at 10 ms time steps
37-
collector.addDataPoint("Accelerometer X", random.randint(1,50)/10.0, current_time)
38-
collector.addDataPoint("Accelerometer Y", random.randint(1,50)/10.0, current_time)
39-
collector.addDataPoint("Accelerometer Z", random.randint(1,50)/10.0, current_time)
37+
collector.addDataPoint("Accelerometer X", random.randint(1,50) / 10.0, current_time)
38+
collector.addDataPoint("Accelerometer Y", random.randint(1,50) / 10.0, current_time)
39+
collector.addDataPoint("Accelerometer Z", random.randint(1,50) / 10.0, current_time)
4040

4141
collector.onComplete()
4242
```

0 commit comments

Comments
 (0)