Skip to content

bug in 2D plotting #4

@vinzenzstampf

Description

@vinzenzstampf
NameError                                 Traceback (most recent call last)
/work/vstampf/plotter/limits/produce_limits.py in <module>()
    197 # then right to left to catch the upper exclusion bound
    198 for mass in sorted(limits2D.keys()):
--> 199     minus_two.append( min(limits2D[mass]['exp_minus_two']) ) ; masses_minus_two.append(mass)
    200     minus_one.append( min(limits2D[mass]['exp_minus_one']) ) ; masses_minus_one.append(mass)
    201     central  .append( min(limits2D[mass]['exp_central'  ]) ) ; masses_central  .append(mass)

NameError: name 'masses_minus_two' is not defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions