You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the code should check for a qualifier with name 'Reference data' and value 'false'. In this case, the rivet_path should be defined with THY (theory predictions) instead of REF (reference data) and the graph.setAnnotation('IsRef', '1') line should be omitted.
Request from Christian Gutschow.
The text was updated successfully, but these errors were encountered:
Similar to the existing 'Custom Rivet identifier' qualifier:
hepdata-converter/hepdata_converter/writers/yoda_writer.py
Lines 117 to 121 in 3f0330d
the code should check for a qualifier with name 'Reference data' and value 'false'. In this case, the
rivet_path
should be defined withTHY
(theory predictions) instead ofREF
(reference data) and thegraph.setAnnotation('IsRef', '1')
line should be omitted.Request from Christian Gutschow.
The text was updated successfully, but these errors were encountered: