Skip to content

Commit 855cf17

Browse files
author
stephanie
committed
anno, set schema
1 parent 53ecd86 commit 855cf17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

odmtools/odmdata/memory_database.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def getDataValuesDF(self):
7676

7777
def get_annotations(self):
7878
result_id = self.df.resultid[0]
79+
setSchema(self.series_service._session_factory.engine)
7980
annotation = self.series_service.get_annotations_by_result(resultid=result_id)
8081
self.results_annotations = annotation
8182
return self.results_annotations

0 commit comments

Comments
 (0)