Skip to content

Commit

Permalink
Merge branch 'using_source_sample_for_energy' of github.com:fusion-en…
Browse files Browse the repository at this point in the history
…ergy/openmc_source_plotter into using_source_sample_for_energy
  • Loading branch information
shimwell committed Jul 11, 2022
2 parents 0cbcb77 + cfa7ee2 commit dd4b6cc
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 @@ -15,7 +15,7 @@
def plot_source_energy(
source: Union[openmc.Source, List[openmc.Source]],
number_of_particles: int = 2000,
energy_bins: Union[np.array, str] = 'auto',
energy_bins: Union[np.array, str] = "auto",
filename: str = None,
):
"""makes a plot of the energy distribution OpenMC source(s)
Expand Down

0 comments on commit dd4b6cc

Please sign in to comment.