Skip to content

Commit

Permalink
Re #10674 Better formatted diagnostics
Browse files Browse the repository at this point in the history
(does it have anything to do with failing unit test?)
  • Loading branch information
abuts committed Dec 15, 2014
1 parent f7d298f commit 147e290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/scripts/Inelastic/DirectEnergyConversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -918,10 +918,10 @@ def get_abs_normalization_factor(self,deltaE_wkspaceName,ei_monovan):
"--------> Monovan Integration range : min={1}, max={2} (meV)\n"\
"--------> Summed: {3} spectra with total signal: {4} and error: {5}\n"\
"--------> Dropped: {6} zero spectra\n"\
"--------> Using mBarn/sR*fu normalization factor = {7} resulting in:"\
"--------> Using mBarn/sR*fu normalization factor = {7} resulting in:\n"\
"--------> Abs norm factors: LibISIS: {8}\n"\
"--------> Abs norm factors: Sigma^2: {9}\n"\
"--------> Abs norm factors: Poisson: {10}"\
"--------> Abs norm factors: Poisson: {10}\n"\
"--------> Abs norm factors: TGP : {11}\n"\
.format(deltaE_wkspaceName,minmax[0],minmax[1],nhist,sum(signal),sum(error),izerc,scale_factor,
norm_factor['LibISIS'],norm_factor['SigSq'],norm_factor['Poisson'],norm_factor['TGP'])
Expand Down

0 comments on commit 147e290

Please sign in to comment.