biolink / biolinkml

DEPRECATED: replaced by linkml
https://github.com/linkml/linkml
Creative Commons Zero v1.0 Universal
23 stars 12 forks source link

SchemaLoader should be monotonic #339

Closed hsolbrig closed 3 years ago

hsolbrig commented 3 years ago

SchemaLoader(SchemaLoader(x).schema)).schema should match SchemaLoader(x).schema. Currently, it produces errors the second go-round.