Skip to content

Commit 99c03f2

Browse files
committed
Update wfs.py
- remove array2 as not needed for the new proposal
1 parent bc4d6c9 commit 99c03f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sfs/fd/wfs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
grid = sfs.util.xyz_grid([-2, 2], [-2, 2], 0, spacing=0.02)
2525
2626
array = sfs.array.circular(N=32, R=R)
27-
array2 = sfs.array.circular(N=64, R=R)
2827
2928
def plot(d, selection, secondary_source):
3029
p = sfs.fd.synthesize(d, selection, array, secondary_source, grid=grid)

0 commit comments

Comments
 (0)