You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Jupyter Notebook with Multiprocessing Pool method to extract templates from reactions. But the log like this keep coming out and finally forced my jupyter notebook to be shut down.
Could not validate reaction successfully
ID: 9
retro_canonical: [#7;a:1]:[c:2]-[Cl;H0;D1;+0:3].[ClH;D0;+0:3]>>[#7;a:1]:[c:2]-[Cl;H0;D1;+0:3]
Is there any way to disable logs, something like rdkit's RDLogger.disable("rdApp.*")?
The text was updated successfully, but these errors were encountered:
Not without a slight modification to the source, but it should be fairly straightforward if you're comfortable with Python. This is one of a couple hardcoded print statements:
I'm using Jupyter Notebook with Multiprocessing Pool method to extract templates from reactions. But the log like this keep coming out and finally forced my jupyter notebook to be shut down.
Is there any way to disable logs, something like rdkit's
RDLogger.disable("rdApp.*")
?The text was updated successfully, but these errors were encountered: