Skip to content

Commit

Permalink
Fix ev_op/init patch
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Sep 21, 2024
1 parent 090c275 commit a124e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eko/evolution_operator/__init__.py.patch
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ index bd1b19d6..f543f7bc 100644
"""Run the integration for each grid point.

Parameters
@@ -875,18 +333,54 @@ class Operator(sv.ScaleVariationModeMixin):
@@ -875,18 +339,53 @@ class Operator(sv.ScaleVariationModeMixin):
"""
column = []
k, logx = log_grid
Expand Down

0 comments on commit a124e22

Please sign in to comment.