Skip to content

Commit

Permalink
Update benchmarks/bench_evolve.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Stegeman <[email protected]>
  • Loading branch information
andreab1997 and RoyStegeman authored Oct 23, 2023
1 parent 78ab9c9 commit 914dec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bench_evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def benchmark_write_operator_card_from_file_num_fonll(
for target_path, tcard_path in zip(targets_path_list, tcards_path_list):
with open(tcard_path, encoding="utf-8") as f:
tcard = yaml.safe_load(f)
x_grid, _q2_grid = pineko.evolve.write_operator_card_from_file(
_x_grid, _q2_grid = pineko.evolve.write_operator_card_from_file(
pine_path, default_path, target_path, tcard
)
# Check if the opcards are ok
Expand Down

0 comments on commit 914dec1

Please sign in to comment.