Skip to content

Commit 6992517

Browse files
committed
Try Test sunlabuiuc#1
1 parent bd145d3 commit 6992517

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyhealth/datasets/mimic3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ def note_event_unit(p_id, p_info):
413413
events.append(event)
414414
return events
415415

416+
# prova prova
416417
# Apply the function to each group
417418
group_df = group_df.apply(lambda x: note_event_unit(x.name, x))
418419

pyhealth/tasks/drug_recommendation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from pyhealth.data import Patient, Visit
22

33

4+
# prova prova
45
def drug_recommendation_mimic3_fn(patient: Patient):
56
samples = []
67
for i in range(len(patient)):

0 commit comments

Comments
 (0)