Skip to content

Commit

Permalink
[skip ci] Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored and github-actions[bot] committed Jul 11, 2022
1 parent 2917976 commit cfa7ee2
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 cfa7ee2

Please sign in to comment.