Skip to content

Commit

Permalink
Update examples/neighbors/pamm.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Goscinski <[email protected]>
  • Loading branch information
GardevoirX and agoscinski authored Aug 12, 2024
1 parent 33f09bf commit 0410832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/neighbors/pamm.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,4 +402,4 @@ def cluster_distribution_3D(
ax.scatter(REF_HB[0], REF_HB[1], REF_HB[2], marker="+", color="red", s=1000)

# %%
f"The gaussian with the highest probability is {np.argmax(cluster_weights) + 1}"
f"The Gaussian with the highest probability is {np.argmax(cluster_weights) + 1}"

0 comments on commit 0410832

Please sign in to comment.