Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Oct 26, 2024
1 parent 55d6843 commit b173321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ async def get(
.reset_index()
)

# Aggregate the completed pipelines for each session
# Aggregate all completed pipelines for each session
session_grouped_data = pipeline_grouped_data.groupby(
["sub_id", "session_id", "session_type"],
)
Expand Down

0 comments on commit b173321

Please sign in to comment.