Skip to content
Snippets Groups Projects

Single energy runs

Merged Johannes Schumann requested to merge single_energy into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -258,7 +258,7 @@ class GiBUUOutput:
@property
def mean_xsec(self):
if self.flux_data is None
if self.flux_data is None:
return lambda energy: self.xsection["sum"]
else
root_tupledata = self.arrays
Loading