-
Notifications
You must be signed in to change notification settings - Fork 2
Pushing bug fix for MetaCAT #148
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
Conversation
- Bug fix for MetaCAT through cat.get_entities() - Adding tests to ensure it gets caught earlier
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few simple things.
PS:
I'm pretty sure this is done and shouldn't be in draft. If there's a reason for it to still be in draft, ignore the review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this isn't an issue in medcat v2, i.e. https://github.com/CogStack/cogstack-nlp/blob/4c0495e3ac5c30d7de0e9c3b1c2c40a7419ce9fe/medcat-v2/medcat/components/addons/meta_cat/meta_cat.py ?
I've made the change now for v2 as well |
I assumed I'd port the fix to v2 later on :)
Thanks! Would be great if you could add some of the tests there as well. But I suppose we can do that later as well. |
Shall I go ahead and merge? |
* Pushing bug fix for MetaCAT - Bug fix for MetaCAT through cat.get_entities() - Adding tests to ensure it gets caught earlier * Pushing change for metacat * Pushing change * Update meta_cat.py * Pushing update * Update for v2 * Update meta_cat.py
cat.get_entities()