Skip to content

Commit

Permalink
Update n3fit/src/evolven3fit/evolve.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Barontini <andreab1997@yahoo.it>
  • Loading branch information
scarlehoff and andreab1997 committed May 8, 2024
1 parent 9e95c5d commit 1bab927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n3fit/src/evolven3fit/evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def evolve_fit(
op = eko_op.operator_card
# And dump them to the log
_logger.debug(f"Theory card: {json.dumps(theory.raw)}")
_logger.debug(f"Opeartor card: {json.dumps(op.raw)}")
_logger.debug(f"Operator card: {json.dumps(op.raw)}")

# Modify the info file with the fit-specific info
info = info_file.build(theory, op, 1, info_update={})
Expand Down

0 comments on commit 1bab927

Please sign in to comment.