Skip to content

Commit

Permalink
removing unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
frey-perez committed Jan 16, 2025
1 parent c500b75 commit 4dd2431
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/wristpy/processing/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,15 +248,6 @@ def _cleanup_isolated_ones_nonwear_value(nonwear_value_array: np.ndarray) -> np.
return nonwear_value_array


def monitor_independent_monitor_summary_unit(
acceleration: models.Measurement, new_frequency: int = 100
) -> None:
"""Monitor Independent Monitor Summary Unit (MIMS), an alteratove to ENMO."""
interpolated_acceleration = interpolate_measure(
acceleration=acceleration, new_frequency=new_frequency
)


def interpolate_measure(
acceleration: models.Measurement, new_frequency: int = 100
) -> models.Measurement:
Expand Down

0 comments on commit 4dd2431

Please sign in to comment.