We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ecd86 commit 855cf17Copy full SHA for 855cf17
odmtools/odmdata/memory_database.py
@@ -76,6 +76,7 @@ def getDataValuesDF(self):
76
77
def get_annotations(self):
78
result_id = self.df.resultid[0]
79
+ setSchema(self.series_service._session_factory.engine)
80
annotation = self.series_service.get_annotations_by_result(resultid=result_id)
81
self.results_annotations = annotation
82
return self.results_annotations
0 commit comments