-
Notifications
You must be signed in to change notification settings - Fork 40
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
FileNotFoundError: [Errno 2] No such file or directory: 'temp.json' #6
Comments
Which 0_run.py? I guess it is the 0_run.py in "SLICES\benchmark\Validity_rate_ucRNN__Success_rate_cRNN\0_get_json\1_element_filter", right? Could you post a screen shot of your error? Did you run the test under the docker image provided? |
[unable to download the prior and transfer learning datasets]
I am getting this error python 0_prior_model_dataset.py
|
Thank you so much for answering those questions. what is |
This bug is induced by the update of the server rules of MP API. I have updated relevant files to fix this problem (download the latest github repo). |
/opt/xtb is actually https://github.com/xiaohang007/SLICES/blob/main/invcryrep/xtb_noring_nooutput_nostdout_noCN. The pip package of SLICES has a built-in script in the installation routine to copy this file to /opt/xtb. This file is the modified xtb package with GFN-FF. The detailed info for this binary is in https://github.com/xiaohang007/xtb. |
and I see that you updated the code, thanks for replying quickly. I see that you removed the exclude element list from the mp api. I have already implemented a work around by keeping the excluding the elements under the limit and looping over all elements. should I still keep excluding list or is it ok to use the latest commit |
I am sorry for the mistake in previous replies. "export XTB_MOD_PATH=/opt/xtb" is not necessary when processing the slices. I actually included os.environ["XTB_MOD_PATH"] = os.path.abspath(os.path.dirname(file))+"/xtb_noring_nooutput_nostdout_noCN" in invcryrep.py, which means "export XTB_MOD_PATH=/opt/xtb" will always be overriden. “export XTB_MOD_PATH=/opt/xtb” used to be the way I set up the path for modified xtb, but the new method is just more streamlined. I will delete "export XTB_MOD_PATH=/opt/xtb" in scripts. Thank you for the heads-up. Regarding "should I still keep excluding list or is it ok to use the latest commit", I think both should be fine. Maybe you can check whether your result is the same with mine or not. |
Thank you so much. |
when running the 0_run.py in
Validity_rate_ucRNN__Success_rate_cRNN
I am getting this error. what is thistemp.json
file? is it a placeholderis it the
cifs.json
you are referring to in place of temp.json?The text was updated successfully, but these errors were encountered: