Skip to content

Commit

Permalink
pep
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhe committed Oct 21, 2016
1 parent c40d55a commit 083ec1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions salt/src/numbskull_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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" +
Expand Down

0 comments on commit 083ec1e

Please sign in to comment.