Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/testsAndCoverage' into testsAndC…
Browse files Browse the repository at this point in the history
…overage
  • Loading branch information
stewartboogert committed Jul 9, 2023
2 parents f7aff6b + ab6ea91 commit 1d091a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/convert/T023_geantt4TwistedTrap2Fluka.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@


def Test(vis=False, interactive=False, fluka=True, outputPath=None):

if not outputPath:
outputPath = _pl.Path(__file__).parent

Expand Down Expand Up @@ -61,7 +60,7 @@ def Test(vis=False, interactive=False, fluka=True, outputPath=None):
# gdml output
w = _gd.Writer()
w.addDetector(reg)
w.write(outputPath / "T023_geant4TwistedTrap2Fluka.gdml")
w.write(outputPath / "T023_geant4TwistedTrap2Fluka.gdml")

# fluka conversion
if fluka:
Expand Down

0 comments on commit 1d091a0

Please sign in to comment.