Skip to content

Commit 183cdef

Browse files
authored
Fix default argument typo in benchmark_als.py (#585)
1 parent 3702e74 commit 183cdef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/benchmark_als.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def generate_speed_graph(
160160
plt.savefig(filename, bbox_inches="tight", dpi=300)
161161

162162

163-
def generate_loss_graph(data, filename="als_speed.png"):
163+
def generate_loss_graph(data, filename="als_loss.png"):
164164
seaborn.set()
165165

166166
_, ax = plt.subplots()

0 commit comments

Comments
 (0)