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
thoughts on refactoring this class to also take an ontology_name, so we can load the ontology file to read from in init and not have to request that as an input in every method? i.e. they can initialize `cl_parser = OntologyParser("5.0.0", "CL")
We can also take care of this in a follow-up PR, if you prefer
@nayib-jose-gloria I don't think this add much value give the current implementation. We don't pass ontology in any of the OntologyParser functions so it's completely hidden from users.
Originally posted by @nayib-jose-gloria in #93 (comment)
The text was updated successfully, but these errors were encountered: