From cfa7ee2aa30703a7115681c3f984e12dd108e05a Mon Sep 17 00:00:00 2001 From: shimwell Date: Mon, 11 Jul 2022 16:44:33 +0000 Subject: [PATCH] [skip ci] Apply formatting changes --- openmc_source_plotter/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc_source_plotter/core.py b/openmc_source_plotter/core.py index 3352c0c..4267dd6 100644 --- a/openmc_source_plotter/core.py +++ b/openmc_source_plotter/core.py @@ -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)