Skip to content

Commit

Permalink
Correct function name
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Oct 8, 2024
1 parent a8b58c0 commit 96e5b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PopPUNK/sketchlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ def fitKmerCurve(pairwise, klist, jacobian):
# Return core, accessory
return(np.flipud(transformed_params))

def plot_database_evaluations(prefix):
def get_database_statistics(prefix):
"""Extract statistics for evaluating databases.
Args:
Expand Down

0 comments on commit 96e5b5d

Please sign in to comment.