From 3f3c887e5c91a5728e0790ef6d32933cc7e5b0ba Mon Sep 17 00:00:00 2001 From: RoyStegeman Date: Thu, 5 Oct 2023 17:43:21 +0100 Subject: [PATCH] improve comment --- src/pineko/theory.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pineko/theory.py b/src/pineko/theory.py index 2387eace..07410d30 100644 --- a/src/pineko/theory.py +++ b/src/pineko/theory.py @@ -389,7 +389,8 @@ def fk(self, name, grid_path, tcard, pdf): ): max_as += 1 - # to ensure that the higher order PTODIS terms are not neglegted + # Relevant for FONLL-B: ensures that the higher order PTODIS terms are + # not neglegted if "PTODIS" in tcard and "FONLL" in tcard["FNS"]: tcard["PTO"] = tcard["PTODIS"]