Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Aug 22, 2024
1 parent 5b5a8cd commit 13334c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Examples/Scripts/Python/propagation.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,8 @@ def runPropagation(trackingGeometry, field, outputDir, s=None, decorators=[]):
os.makedirs(os.getcwd() + "/propagation", exist_ok=True)

runPropagation(
trackingGeometry, field, os.getcwd() + "/propagation", decorators=contextDecorators
trackingGeometry,
field,
os.getcwd() + "/propagation",
decorators=contextDecorators,
).run()

0 comments on commit 13334c9

Please sign in to comment.