Skip to content

Commit

Permalink
Revert clip removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Icemole committed Jul 19, 2024
1 parent 12eea85 commit aa78cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mm/alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def plot(self):

# Plot the data.
matplotlib.use("Agg")
np.clip(np_alignment_scores, np_alignment_scores.min(), higher_percentile, out=np_alignment_scores)
plt.hist(np_alignment_scores, bins=100)
plt.xlabel("Average Maximum-Likelihood Score")
plt.ylabel("Number of Segments")
Expand Down

0 comments on commit aa78cb9

Please sign in to comment.