diff --git a/salt/src/numbskull_master.py b/salt/src/numbskull_master.py index 59767d6..3aee029 100755 --- a/salt/src/numbskull_master.py +++ b/salt/src/numbskull_master.py @@ -227,7 +227,6 @@ def prep_numbskull(self): def prepare_db(self): """TODO.""" - # obtain database url from file with open(self.application_dir + "/db.url", "r") as f: db_url = f.read().strip() @@ -539,7 +538,7 @@ def main(application_dir, machines, threads_per_machine, partition_type = sys.argv[6] main(application_dir, machines, threads_per_machine, - learning_epochs, inference_epochs, partition_type) + learning_epochs, inference_epochs, partition_type) else: print("Usage: " + sys.argv[0] + " application_dir" +