Skip to content

Commit

Permalink
fix: convert_to_gdml /run/initialize before production cuts
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Nov 26, 2024
1 parent 3837b35 commit 728007e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/convert_to_gdml.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def run():
writer.enableUI()
kernel.registerGlobalAction(writer)
ui.Commands = [
'/run/initialize',
'/ddg4/Writer/Output {}'.format(args.output),
'/ddg4/Writer/OverWrite 1',
'/ddg4/Writer/write'
Expand Down

0 comments on commit 728007e

Please sign in to comment.