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

Ability to take in a py or ipnb and provide an optimized version of it #2

Open
lyamlim97 opened this issue Mar 29, 2023 · 1 comment

Comments

@lyamlim97
Copy link

Input: py, ipynb
Output: py, ipynb

Output to override the input file directly or in another directory. Would be useful for batch optimizing pandas code

@baziotis
Copy link
Collaborator

baziotis commented Apr 3, 2023

Thanks for the issue. The TL;DR is that we hope to be able to do that once we change a bit how Dias performs correctness checks. Currently, it needs to run along with your program.

In more detail, we need to remove sliced execution (which is planned anyway) and other checks that happen inside Dias and instead bake all checks into the rewritten code. Basically, Dias then gets a string as input and outputs a string as input; that's, it doesn't perform checks.

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

No branches or pull requests

2 participants