Skip to content
Snippets Groups Projects
Commit d9c209ad authored by Johannes Schumann's avatar Johannes Schumann
Browse files

yapf

parent f371bc50
No related branches found
No related tags found
1 merge request!10Single energy runs
Pipeline #21281 passed
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
......@@ -269,8 +269,8 @@ class GiBUUOutput:
xsec, energy_bins = np.histogram(energies,
weights=weights,
bins=np.logspace(
np.log10(Emin), np.log10(Emax),
15))
np.log10(Emin),
np.log10(Emax), 15))
deltaE = np.mean(self.flux_data["energy"][1:] -
self.flux_data["energy"][:-1])
bin_events = np.array([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment