We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437184a commit 82926eeCopy full SHA for 82926ee
variations.py
@@ -73,6 +73,7 @@ def horseshoe(x, y):
73
return c * ((x-y) * (x+y)), c * 2 * x*y
74
75
76
+# under here for plotting and testing stuff
77
"""
78
N = 70
79
grid_values = np.linspace(-1, 1, N)
0 commit comments