From e73f25bb24acae0a2300e44ac484a3891b6749d3 Mon Sep 17 00:00:00 2001 From: Andrea Barontini Date: Mon, 2 Sep 2024 17:02:30 +0200 Subject: [PATCH] Other error of the same kind --- src/pineko/evolve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pineko/evolve.py b/src/pineko/evolve.py index 9d01aafe..ceba30dd 100644 --- a/src/pineko/evolve.py +++ b/src/pineko/evolve.py @@ -354,7 +354,7 @@ def evolve_grid( evol_info = grid.evolve_info(order_mask) x_grid = evol_info.x1 mur2_grid = evol_info.ren1 - xif = 1.0 if operators1.operator_card.configs.scvar_method is not None else xif + xif = 1.0 if operators1.operator_card.configs.scvar_method is None else xif tcard = operators1.theory_card opcard = operators1.operator_card # rotate the targetgrid