Skip to content

Bug in evolven3fit introduced in 7d768c9 #2412

@jacoterh

Description

@jacoterh

Observation: commit 7d768c9 removed q_fin and q_points from the list of arguments to construct_eko_cards:

def construct_eko_cards(
nnpdf_theory,
x_grid,
op_card_dict: Optional[Dict[str, Any]] = None,
theory_card_dict: Optional[Dict[str, Any]] = None,
legacy40: bool = False,
):

This breaks the call to construct_eko_cards in evolven3fit.py:

tcard, opcard = eko_utils.construct_eko_cards(
nnpdf_theory,
args.q_fin,
args.q_points,
x_grid,
op_card_info,
theory_card_info,
args.legacy40,
)

This call should be updated

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions