Skip to content

Commit

Permalink
test: remove python part of output/th228-chain (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHu authored Dec 11, 2024
1 parent 0509c67 commit eec1a14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/output/run-test-th228-chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import subprocess
import sys

from lgdo import lh5
# from lgdo import lh5

rmg = sys.argv[1]
macro = "macros/th228-chain.mac"
Expand All @@ -12,6 +12,9 @@
# run remage, produce lh5 output.
subprocess.run([rmg, "-g", "gdml/geometry-box.gdml", "-o", output_lh5, "-w", "--", macro])

# TODO: re-enable output checks after we found some python strategy for remage
exit()

# check that we get to stable isotopes.
tracks = lh5.read("stp/tracks", output_lh5).view_as("pd")
particle_numbers = tracks["particle"].value_counts()
Expand Down

0 comments on commit eec1a14

Please sign in to comment.