Skip to content

Commit

Permalink
Other error of the same kind
Browse files Browse the repository at this point in the history
  • Loading branch information
andreab1997 authored Sep 2, 2024
1 parent eb7b355 commit e73f25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pineko/evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e73f25b

Please sign in to comment.