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 bc4d6c9 commit 99c03f2Copy full SHA for 99c03f2
sfs/fd/wfs.py
@@ -24,7 +24,6 @@
24
grid = sfs.util.xyz_grid([-2, 2], [-2, 2], 0, spacing=0.02)
25
26
array = sfs.array.circular(N=32, R=R)
27
- array2 = sfs.array.circular(N=64, R=R)
28
29
def plot(d, selection, secondary_source):
30
p = sfs.fd.synthesize(d, selection, array, secondary_source, grid=grid)
0 commit comments