Skip to content

Commit 67e375a

Browse files
committed
Update lum_tools.py
1 parent 8929b7b commit 67e375a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gds_fdtd/lum_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def make_sim_lum(
200200
lum.save(f"{c.name}.fsp")
201201
lum.addsweep(3)
202202
lum.setsweep("s-parameter sweep", "name", "sparams")
203-
input("Press Enter to continue...")
203+
#input("Press Enter to continue...")
204204
if gpu:
205205
lum.runsweep("sparams", "GPU")
206206
else:

0 commit comments

Comments
 (0)