Skip to content

Commit 32df25e

Browse files
committed
tune scale
1 parent 9f76286 commit 32df25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/1_basics/1_volume_plot_transparent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def main():
3030
# about 5-6GB of GPU memory to store all the structures. Reduce
3131
# dimensions in case of GPU with smaller memory.
3232
kx, ky, kz = (500, 500, 250)
33-
scale = 0.02
33+
scale = 0.015
3434

3535
x = np.linspace(0, kx, kx)
3636
y = np.linspace(0, ky, ky)

0 commit comments

Comments
 (0)