Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.

Commit 8885093

Browse files
author
Epstein
authored
Update management.py (#29)
1 parent a6e3032 commit 8885093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splicemachine/ml/management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def start_run(self, tags=None, run_name=None, experiment_id=None, nested=False):
318318

319319
self.active_run = super(MLManager, self).create_run(new_run_exp_id, tags=tags)
320320
if run_name:
321-
manager.set_tag('mlflow.runName', run_name)
321+
self.set_tag('mlflow.runName', run_name)
322322
print(f'Setting {run_name} to active run')
323323

324324
def get_run(self, run_id):

0 commit comments

Comments
 (0)