Skip to content

Commit

Permalink
fixed bug in SubjectVisits stream for social02 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbhagatio committed Feb 6, 2024
1 parent ae31d96 commit b99f658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeon/schema/social.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

# SubjectVisits
subject_visits_b = lambda pattern: {
"SubjectVisits": reader.Csv(f"{pattern}_SubjectVisit_*", ["id", "type", "region"])
"SubjectVisits": reader.Csv(f"{pattern}_SubjectVisits_*", ["id", "type", "region"])
}

# SubjectWeight
Expand Down

0 comments on commit b99f658

Please sign in to comment.