Skip to content
Snippets Groups Projects

Cleanup: Log view mode and clean up some commments

Merged willm3 requested to merge cleanup/log-view-mode-clean-comments into main
5 files
+ 45
38
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 0
2
@@ -46,8 +46,6 @@ class Activity:
# Calculate magnitude using the provided algorithm
mag = np.sqrt(float(acceleration[0])**2 + float(acceleration[1])**2 + float(acceleration[2])**2)
# Append magnitude to the list
magnitudes.append(mag)
# Every iteration, check if the user has ended recording by toggling the joy stick
Loading