Skip to content

Commit c63a541

Browse files
authored
typo
1 parent ca2bc4a commit c63a541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ex1_kmeans.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@ def plot_decision_boundary(data_file: str, k: int = 10) -> Figure:
142142
plt.show()
143143

144144
fig = plot_decision_boundary("./data/synthetic/streched_distribution.npy", k=k)
145-
fig.savefig("../figures/kmeans_voronoi.png")
145+
fig.savefig("./figures/kmeans_voronoi.png")
146146
plt.show()

0 commit comments

Comments
 (0)