Skip to content

Conversation

@Tony911029
Copy link
Collaborator

No description provided.

for chunk in chunks:
meal_plot.append(chunk[column]) if 'ANNOUNCE_MEAL' in chunk['msg_type'].values else non_meal_plot.append(
chunk['bgl'])
meal_plot.append(chunk[column]) if 'ANNOUNCE_MEAL' in chunk['msg_type'].values else non_meal_plot.append(chunk[column])
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major bug solved

@RobotPsychologist RobotPsychologist added enhancement New feature or request modeldev Developing modeling pipelines for meal annotation task. labels Nov 29, 2024
@RobotPsychologist RobotPsychologist merged commit 6bf6916 into main Nov 29, 2024
1 check passed
@Tony911029 Tony911029 deleted the Side-by-Side-Histogram branch December 4, 2024 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request modeldev Developing modeling pipelines for meal annotation task.

Development

Successfully merging this pull request may close these issues.

3 participants