Skip to content

Commit

Permalink
Fix unexpected indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kretep committed Aug 15, 2024
1 parent ed096f9 commit dd7e1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paradigma/ppg_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def extract_overlapping_segments(df_ppg, df_imu, time_column_ppg='time', time_co
Returns:
tuple: Tuple containing two DataFrames (df_ppg_overlapping, df_imu_overlapping) that contain only the data
within the overlapping time segments.
within the overlapping time segments.
"""
# Convert UNIX milliseconds to seconds
ppg_time = df_ppg[time_column_ppg] / 1000 # Convert milliseconds to seconds
Expand Down

0 comments on commit dd7e1e6

Please sign in to comment.