Skip to content
Snippets Groups Projects

Updates for TREC pipelines

Merged Christopher Randolph Rhodes requested to merge int_trec into staging
3 files
+ 29
36
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -40,7 +40,7 @@ class _Session(object):
@@ -40,7 +40,7 @@ class _Session(object):
def __init__(self, root: str = None):
def __init__(self, root: str = None):
self.models = {} # model_id : model object
self.models = {} # model_id : model object
self.paths = self.make_paths(root)
self.paths = self.make_paths(root) # TODO: optionally set this in startup script
self.accessors = OrderedDict()
self.accessors = OrderedDict()
self.logfile = self.paths['logs'] / f'session.log'
self.logfile = self.paths['logs'] / f'session.log'
Loading