Merge pull request #1556 from NuclearEngideer/develop

Fixed typo in data/photon.py
This commit is contained in:
Paul Romano 2020-05-05 06:24:47 -05:00 committed by GitHub
commit d3909eb81d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -880,7 +880,7 @@ class IncidentPhoton(EqualityMixin):
# Cubic spline interpolation in log energy and linear DCS
cs = CubicSpline(logx, y[:, j])
# Get scaled DCS values (millibarns) on new energy grid
# Get scaled DCS values (barns) on new energy grid
dcs[:, j] = cs(log_energy)
_BREMSSTRAHLUNG[i]['dcs'] = dcs