Skip to content

Commit 6a9763e

Browse files
author
Lukas Maxeiner
committed
fixed small error
1 parent fe6bbe9 commit 6a9763e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def plot():
1818
plt.plot(x, y5, "c.",)
1919
plt.legend(["default", "pre", "post", "mid", "default"])
2020

21-
return plt.gcf()
21+
return plt.gcf()
2222

2323

2424
if __name__ == "__main__":

0 commit comments

Comments
 (0)