Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jul 24, 2024
1 parent 8da63b1 commit 58d6b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pineko/evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ def prepare(operator, items):
fktable = grid.evolve_with_slice_iter2(
map(lambda it: prepare(operators1, it), operators1.items()),
map(lambda it: prepare(operators2, it), operators2.items()),
ren1=mur2_grid,
alphas=alphas_values,
xi=(xir, xif),
order_mask=order_mask,
Expand Down

0 comments on commit 58d6b38

Please sign in to comment.