Skip to content

Commit

Permalink
Fix default argument typo in benchmark_als.py (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
atakanfilgoz authored Jun 22, 2022
1 parent 3702e74 commit 183cdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmark_als.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def generate_speed_graph(
plt.savefig(filename, bbox_inches="tight", dpi=300)


def generate_loss_graph(data, filename="als_speed.png"):
def generate_loss_graph(data, filename="als_loss.png"):
seaborn.set()

_, ax = plt.subplots()
Expand Down

0 comments on commit 183cdef

Please sign in to comment.