Skip to content

Commit 82926ee

Browse files
committed
Add comment
1 parent 437184a commit 82926ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def horseshoe(x, y):
7373
return c * ((x-y) * (x+y)), c * 2 * x*y
7474

7575

76+
# under here for plotting and testing stuff
7677
"""
7778
N = 70
7879
grid_values = np.linspace(-1, 1, N)

0 commit comments

Comments
 (0)