-
Notifications
You must be signed in to change notification settings - Fork 50
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
ASTactic/extract_proof_steps.py not working with --filter flag #81
Comments
My issue might be how I am using the |
^^ changes I made to get this working. happy to make a pull request to formalize and write some documentation for the |
What was the argument you passed to |
I passed the name of the directories encapulating jsons, eg. 'algebra' or 'bbv'. I guess I could figure out the md5 for each of these and run that way? I had set up my sheel script to loop through |
Feel free to change the way filtering is done. I was simply running 16 jobs and merging the results to get all extracted proof steps.
|
Follow up from issue #80. Sorry to revisit, but using the
--filter
command withextract_proof_steps.py
does not produce and populate a proof_steps/ output directory.Running in debug mode, I can see the issue is something to do with utils.iter_proofs function on line 150. After running our proof_steps object is still empty and so the output logic (lines 154-167) doesn't output anything.
The text was updated successfully, but these errors were encountered: