Skip to content

Commit

Permalink
updated examples to work without openmc_exec for energy plots
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Jul 11, 2022
1 parent 2917976 commit 0cbcb77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/example_plot_source_energy.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
source=my_source,
number_of_particles=10000,
energy_bins=np.linspace(0, 20e6, 100),
openmc_exec="/home/jshim/miniconda3/envs/openmc_0_11_0/bin/openmc",
)

plot.show()
1 change: 0 additions & 1 deletion examples/example_plot_two_source_energies.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
source=[my_dt_source, my_dd_source],
number_of_particles=10000,
energy_bins=np.linspace(0, 20e6, 100),
openmc_exec="/home/jshim/miniconda3/envs/openmc_0_11_0/bin/openmc",
)

plot.show()

0 comments on commit 0cbcb77

Please sign in to comment.