-
Notifications
You must be signed in to change notification settings - Fork 1
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
human-constraint.ipynb: RecursionError: maximum recursion depth exceeded #2
Comments
Sounds like there is a cycle in the graph. The 2021-02-13 Uberon must not directed acyclic for the union of the is_a, part_of, develops_from relations. What if you remove |
I did remove develops_from from in_keys, but same error has occured. so, I download human subset. following link data set https://raw.githubusercontent.com/obophenotype/uberon/master/subsets/human-view.obo And then the problem was solved. |
Ah, nice to see that Uberon now has a human view. This wasn't around when we made |
When I checked the code, it was determined that as you mentioned. just start ' process.ipynb` . |
An error occurred in the module below. I used the current version uberon 2021.02.13. But when I used the old version you provided 2015-07-24 Uberon release, there is no error.
The error message is:
The error message was as follows, and I tried several things, but it didn't work. What should I do?
Kindly regards
The text was updated successfully, but these errors were encountered: