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 91ac688 commit 4cac7d9Copy full SHA for 4cac7d9
odmtools/odmdata/memory_database.py
@@ -80,7 +80,7 @@ def getDataValuesDF(self):
80
81
def get_annotations(self, query_db_again=False):
82
# self.mem_service._session.commit()
83
- # setSchema(self.mem_service._session_factory.engine)
+ setSchema(self.series_service._session_factory.engine)
84
if self.results_annotations is None or query_db_again:
85
result_id = self.df.resultid[0]
86
annotation = self.series_service.get_annotations_by_result(resultid=result_id)
0 commit comments