-
Notifications
You must be signed in to change notification settings - Fork 230
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
Python 3 finalization tasks #1726
Comments
Running the examples/rmg/1,3-hexadiene case with or without pdep but both times with QMTP on the RMG-server: after 6:52 min run time this error happens File "/home/ajocher/codes/RMG/RMG3/RMG-Py/rmg.py", line 107, in |
Could you double-check this example on v2.4.1? I got the error on both master and the v2.5.0 branch. Initial investigation suggests issues with RDKit conformer generation. The molecule this breaks on is |
RMG v2.4.1 fails with the same error. RMG v2.4.0 fails with the same error using the v2.4.1 rmg_env but works with v2.4.0 rmg_env The v2.4.1 environment requests "-rdkit >=2018" while the v2.4.0 environment uses rdkitVersion '2016.03.4'. Not sure what good fix would be. |
While running the parallel case the following warning messages were printed /home/ajocher/codes/RMG/miniconda3/envs/rmg_env/lib/python3.7/site-packages/scipy/optimize/optimize.py:1826: LinAlgWarning: Ill-conditioned matrix (rcond=9.79183e-18): result may not be accurate. |
Arkane does not generate Running |
I checked ml thermo by:
Ml thermo looks fine. |
This issue is being automatically marked as stale because it has not received any interaction in the last 90 days. Please leave a comment if this is still a relevant issue, otherwise it will automatically be closed in 30 days. |
Once #1724 is merged, the bulk of the Python 3 transition will be completed. However, there are final testing and clean up tasks which will still need to be done. The purpose of this issue is to keep track of these tasks and make sure that they are done before releasing RMG 3.0.
To do:
__future__
imports Remove future imports and py2/py3 compatibility imports #1730Testing:
Note that some of jobs are run by RMG-tests, but the point here is to run a longer job and ideally a case that is important to you.
Please comment (or edit) if you have suggestions for other items to add to either list.
The text was updated successfully, but these errors were encountered: