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 am a new user of Python. I got the following results for my query.
Why doesn't the query "finder.build_routes()
stats = finder.extract_statistics()" not bring back any results. How do I visualize the same. Kindly guide. Excuse my naivity.
Vishal
The text was updated successfully, but these errors were encountered:
I am not actually sure what you are trying to do, but from the screen dump of your notebook, you have a cell 12 that tries to build routes and extract statistics before the cell (no. 14) that executes the search. You first have to execute search and then build the routes and extract the statistics. See here: https://molecularai.github.io/aizynthfinder/python_interface.html
Hi,
I am a new user of Python. I got the following results for my query.
Why doesn't the query "finder.build_routes()
stats = finder.extract_statistics()" not bring back any results. How do I visualize the same. Kindly guide. Excuse my naivity.
Vishal
The text was updated successfully, but these errors were encountered: