Skip to content

Commit

Permalink
Fix model refinement error
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Jul 29, 2020
1 parent 6a45c49 commit 7b17399
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PopPUNK/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,8 @@ def main():

new_model.plot(distMat)
model = new_model
# save model
model.save()

# Load and apply a previous model of any type
if args.use_model:
Expand Down

0 comments on commit 7b17399

Please sign in to comment.