Skip to content

Commit

Permalink
adding comment on chain path
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Feb 21, 2024
1 parent 68f6c97 commit a740ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example_gamma_spec_plot.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import openmc
import openmc_source_plotter # adds plot_gamma_emission plot to materials

Check failure on line 2 in examples/example_gamma_spec_plot.py

View workflow job for this annotation

GitHub Actions / Flake8

examples/example_gamma_spec_plot.py#L2

'openmc_source_plotter' imported but unused (F401)


openmc.config["chain_file"] = "chain-endf.xml"
# this path will need changing to point to your chain file
# openmc.config["chain_file"] = "chain-endf.xml"

my_material = openmc.Material()
my_material.add_nuclide("Xe135", 1e-12)
Expand Down

0 comments on commit a740ffe

Please sign in to comment.