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 b715f03 commit 8da63b1
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 @@ -394,7 +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()),
alphas_table=alphas_values,
alphas=alphas_values,
xi=(xir, xif),
order_mask=order_mask,
)
Expand Down

0 comments on commit 8da63b1

Please sign in to comment.