Skip to content

Commit

Permalink
fix minor bugs in omop.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ycq091044 committed May 2, 2024
1 parent 8e93bd9 commit 2bdbd44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyhealth/datasets/omop.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def condition_unit(p_info):
)
# update patients
events.append(event)
return events

# parallel apply
group_df = group_df.parallel_apply(lambda x: condition_unit(x))
Expand Down

0 comments on commit 2bdbd44

Please sign in to comment.