Skip to content

Commit

Permalink
fixed typo in print
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangWaltenberger committed Dec 6, 2023
1 parent 58c62f6 commit 963cab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smodels/tools/xsecResummino.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ def main ( args : argparse.Namespace ):
# logger.debug("The calculation will be performed using : " +str(sqrtses)+ ' TeV as center of mass energy')
orders_dic = {0:'LO', 1:'NLO', 2:'NLL+NLO'}

logger.info("the highest pertubation order considered is " + orders_dic[order])
logger.info("the highest perturbation order considered is " + orders_dic[order])
scpu = "cpus"
if ncpus == 1:
scpu = "cpu"
Expand Down

0 comments on commit 963cab3

Please sign in to comment.