From b99f658634bcf9f8078302ee1c6321515c2b4e9a Mon Sep 17 00:00:00 2001 From: Jai Date: Tue, 6 Feb 2024 11:25:34 +0000 Subject: [PATCH] fixed bug in SubjectVisits stream for social02 schema --- aeon/schema/social.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aeon/schema/social.py b/aeon/schema/social.py index d9113d4e..1afbff6d 100644 --- a/aeon/schema/social.py +++ b/aeon/schema/social.py @@ -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