Skip to content

Commit

Permalink
Update src/pineko/evolve.py
Browse files Browse the repository at this point in the history
Co-authored-by: Juan M. Cruz-Martinez <[email protected]>
  • Loading branch information
giacomomagni and scarlehoff authored Aug 16, 2024
1 parent a279d70 commit fde3e65
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 @@ -73,7 +73,7 @@ def get_grid_convolution_type(kv):
part_2 = kv["initial_state_2"]

# check for DIS
if check.islepton(float(part_2)):
if check.islepton(int(part_2)):
conv_type_2 = None
else:
conv_type_2 = kv.get("convolution_type_2", "UnpolPDF")
Expand Down

0 comments on commit fde3e65

Please sign in to comment.