Skip to content

Commit

Permalink
Switch temporarily to the jets runner
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed May 4, 2023
1 parent 7994fad commit ddc3895
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/eko/runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def solve(
legacy.Runner(theory_card, operators_card, path).compute()


# TODO: drop this, and directly re-export manaaged.solve
def solve_jets(
theory_card: Union[RawCard, TheoryCard],
operators_card: Union[RawCard, OperatorCard],
Expand All @@ -51,4 +52,5 @@ def solve_jets(
managed.solve(new_theory, new_operator, Path(path))


# solve = solve_jets
# TODO: drop this before merging #242
solve = solve_jets

0 comments on commit ddc3895

Please sign in to comment.