Error in PheKnowLator/notebooks/tutorials/entity_search.ipynb #129
-
Hello. I'm sorry but I'm trying to run the code from the entity_search.ipynb but I got stucked by some error. The error is: NameError: name 'processes_ancestor_path_list' is not defined This error comes from the following code:
To run this code, what I only did was to git clone this PheKnowLator. Probably, I need to install some other stuff? If you could help me how to solve this problem, I would appreciate so much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks @kangyh9659 -- so sorry about that! It looks like two utility functions were missing from the last PR. I have added them back via PR #130. Once the tests are done running. I will merge the PR and you should be able to update your cloned version to grab these changes. For verification, the two functions (i.e., Hopefully this fixes things, but if you find other problems let me know! Thanks for using PheKnowLator! 😄 |
Beta Was this translation helpful? Give feedback.
Thanks @kangyh9659 -- so sorry about that! It looks like two utility functions were missing from the last PR. I have added them back via PR #130. Once the tests are done running. I will merge the PR and you should be able to update your cloned version to grab these changes.
For verification, the two functions (i.e.,
nx_ancestor_search
andprocesses_ancestor_path_list
) were being added tokg-utils.py
.Hopefully this fixes things, but if you find other problems let me know!
Thanks for using PheKnowLator! 😄