Skip to content

Commit

Permalink
gp_panel: don't scale when using joey's dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed May 16, 2014
1 parent f55f3a9 commit e316be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyana/examples/gp_panel.py
Expand Up @@ -38,6 +38,7 @@ def gp_panel(version, skip):
if data_type == 'data' and (
version == 'LatestPatrickJieYi' or (
version == 'QM14' and energy != '19'
and energy != '27' # skip when using Joey's dataset
)
):
data_import[:,(1,3,4)] *= scale[energy]
Expand Down

0 comments on commit e316be9

Please sign in to comment.