Closed deepakunni3 closed 3 years ago
The glib answer would be to fix the biolink-model itself -- get those prefixes defined and address the other problems. If this is not workable, however, we could add an "ignore warnings" flag to the generator.
Yes, I would agree that we fix the model.
In the interim, an ignore_warnings
parameter would be very useful.
OR
Since bmt is being used at many locations in KGX, the verbiage could be controlled. For example, if the errors are bring thrown at logging.warning
level then we could suppress them at runtime by any tool thats using bmt as a dependency.
When initializing bmt with
biolink-model.yaml
, I get the following printed onto the console:Is there a way to suppress these messages? Are these messages being sent to console via logging or via print statements?
@hsolbrig Thoughts?