Closed Shamazo closed 2 years ago
Hi Hamish,
Thank you for writing! I am sorry about those inconveniences - I should have definitely been more careful while writing reproducibility_generate_pdf.sh
😅
I have just pushed a fix that should correct all the three issues you highlight:
reproducibility_generate_pdf.sh
;plot_prefilter_vs_noprefilter_extraction_times.py
to reproducibility_generate_pdf.sh
;README.md
replacing that occurrence of reproducibility_environment.sh
with the correct script reproducibility_generate_pdf.sh
;With a fresh clone of the repository, the script reproducibility_generate_pdf.sh
runs fine in my environment now.
I think you can just pull the updates with git pull origin master
and it should work well in your environment too.
Please let me know if it does, or if you find any other issues! I will be glad to help.
Best,
Andrea
Thank you Andrea, it all runs smoothly now :)
Hi,
Thank you for the very detailed and self-contained scripts for availability/reproducibility. There are a couple of issues I have run into:
1) There are absolute paths in
reproducibility_generate_pdf.sh
which depend on the location of the cloned repo2) After fixing the absolute paths, there is an issue with
generate_pdf_report.py
while runningreproducibility_generate_pdf.sh
the backtrace is:based on the contents of
reproducibility_generate_pdf.sh
, I think there is a missing call to the script which generatesextraction_times_with_and_without_prefilter_plot.png
3) At the end of the running paper experiments section of the readme there is a minor typo in which script to run. I believe
So after running the script, is is sufficient to re-run the PDF generation script reproducibility_environment.sh to obtain an up-to-date PDF report.
should beSo after running the script, is sufficient to re-run the PDF generation script sh reproducibility_generate_pdf.sh to obtain an up-to-date PDF report.
I am running this on Ubuntu 20.04 with python 3.8.10 in a clean venv, only installing packages through
reproducibility_environment.sh
. If you need any additional information to reproduce point 2 let me know.Would you be able to take a look at these and update the scripts if necessary?
Thank you, Hamish