SJ001/AI-Feynman

OSError: results_comp.dat not found.

Opened this issue · 1 comments

When I tried to run example.py, it will raise the error that:

OSError: results_comp.dat not found.

I have read the code and have no idea about what it is. The file results_comp.dat seems to be necessary because it could be loaded at the line 125 in the file "S_run_aifeynman.py". But there is no code to generate such a file. Will this be a bug and have the related functions been missing or not achieved yet? Or probably, should I download this file results_comp.dat from somewhere?

results_comp.dat is to be generated by this line of code. I suggest removing try-except block and check if that fortran file code is running.