Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DAPHNE-#719] Add support for command-line arguments in DaphneLib #917

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ldirry
Copy link
Contributor

@ldirry ldirry commented Nov 17, 2024

  • Users have the options to pass it either in array or string format:

X.print().compute(daphne_args=["--explain", "parsing_simplified, parsing", "--timing"])

X.print().compute(daphne_args="--explain=parsing_simplified,parsing --timing")
daphne

  • Updated documentation
  • Added testcases

@ldirry ldirry force-pushed the 719-arguments-daphnelib branch 3 times, most recently from d369a0f to 8f22688 Compare November 22, 2024 18:25
…neLib

- Introduced two ways to pass DAPHNE arguments: array and string formats.
- Updated documentation
- Added testcases
@ldirry ldirry force-pushed the 719-arguments-daphnelib branch from 8f22688 to 111d102 Compare December 1, 2024 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant