Skip to content

Commit

Permalink
Fix runcard translation
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn authored and alecandido committed Jan 30, 2023
1 parent f060f20 commit ece889b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eko/io/runcards.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ def new_operator(self):
"ev_op_iterations",
"n_integration_cores",
"polarized",
"time_like",
):
new["configs"][k] = old[k]
max_order = old["ev_op_max_order"]
Expand Down

0 comments on commit ece889b

Please sign in to comment.