Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #79 from fusion-energy/removing_print_statements
Browse files Browse the repository at this point in the history
remvoed two print statements
  • Loading branch information
shimwell authored Oct 13, 2021
2 parents 67e8c12 + 712eae7 commit 92f40c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openmc_dagmc_wrapper/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ def process_results(

# access the tallies
for tally in statepoint.tallies.values():
print(f"processing {tally.name}")
if tally.name.endswith("TBR"):

data_frame = tally.get_pandas_dataframe()
Expand Down Expand Up @@ -322,7 +321,6 @@ def process_results(
",", "-"), )

elif "_on_3D_mesh" in tally.name:
print(f"processing {tally.name}")
mesh_id = 1
mesh = statepoint.meshes[mesh_id]

Expand Down

0 comments on commit 92f40c6

Please sign in to comment.