-
Notifications
You must be signed in to change notification settings - Fork 21
Sample failed to run, Job return code is 174 #24
Comments
Hi, Could you make sure that the sisso executable is "SISSO" (in the sklearn interface, the executable has to be available in the path and has to be named "SISSO", this is something that could be changed in a future version). Just type "which SISSO" in a terminal to see if it is indeed available. Best, David |
Hi, |
Hi, Could you try running SISSO on its own with the generated input files in the directory ? Just to see if it is a SISSO problem or a python problem. Best, David |
Hi, I am not sure if I did this right.. Thanks for the help! |
Hi, So this seems to be more of a SISSO error (unless the files generated by pysisso are wrong). Could you post the files generated by pysisso here and I'll check on my side. Best David |
Hi David, |
Hi! ValueError: SISSOJob requires the SISSO executable to be in the path. I have some questions (I'm not very familiar with coding): Thank you very much in advance |
try executing: ulimit -s unlimited before running SISSO. It worked for me. |
Hi,
Thanks for sharing. I am currently running SISSO for examplaes you shared, when I ran the cubic_function.py in the 01_regresion folder, it gave me the following message:
Job return code is 174. Terminating...
Traceback (most recent call last):
File "cubic_function.py", line 71, in
sisso_regressor.fit(X, y)
File "/home/zihanyu/anaconda2/envs/py36/lib/python3.6/site-packages/pysisso/sklearn.py", line 271, in fit
c.run()
File "/home/zihanyu/anaconda2/envs/py36/lib/python3.6/site-packages/custodian/custodian.py", line 372, in run
self._run_job(job_n, job)
File "/home/zihanyu/anaconda2/envs/py36/lib/python3.6/site-packages/custodian/custodian.py", line 510, in _run_job
raise ReturnCodeError(s, True)
custodian.custodian.ReturnCodeError: Job return code is 174. Terminating...
I am not sure where I did wrong and I don't see any solution for that. May I get some help for that? Thanks!
The text was updated successfully, but these errors were encountered: