Skip to content

Commit

Permalink
stack: exclude QM12 from inclMed
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Apr 24, 2014
1 parent 37ed65c commit 8af39b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyana/examples/gp_stack.py
Expand Up @@ -33,6 +33,7 @@ def gp_stack(version, energies, inclMed, inclFits):
:param version: plot version / input subdir name
:type version: str
"""
inclMed = (inclMed and version != 'QM12')
inclFits = (inclFits and version == 'LatestPatrickJieYi')
shift = {
'200': 200., '62': 15., '39': 0.5, '27': 0.01, '19': 1e-4
Expand Down

0 comments on commit 8af39b1

Please sign in to comment.