Skip to content

Commit

Permalink
Merge pull request #22 from fusion-energy/removed_std_out
Browse files Browse the repository at this point in the history
reduce standard output
  • Loading branch information
shimwell authored Aug 31, 2022
2 parents 34bdd15 + 324274e commit 61b3ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmc_source_plotter/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def sample_initial_particles(self, n_samples: int = 1000, prn_seed: int = None):

geometry.export_to_xml()

openmc.lib.init()
openmc.lib.init(output=False)
particles = openmc.lib.sample_external_source(
n_samples=n_samples, prn_seed=prn_seed
)
Expand Down

0 comments on commit 61b3ff8

Please sign in to comment.