diff --git a/src/features/fitbit_step_features.py b/src/features/fitbit_step_features.py index 82194f3d..eec952ae 100644 --- a/src/features/fitbit_step_features.py +++ b/src/features/fitbit_step_features.py @@ -32,9 +32,6 @@ else: #Sedentary Bout when you have less than 10 steps in a minute #Active Bout when you have greater or equal to 10 steps in a minute resampledData['active_sedentary'] = np.where(resampledData['steps']