linkml-runtime icon indicating copy to clipboard operation
linkml-runtime copied to clipboard

Runtime support for linkml generated models

Results 40 linkml-runtime issues
Sort by recently updated
recently updated
newest added

Continues: https://github.com/linkml/linkml-runtime/pull/316 Sorry to keep doing this with CI actions - as far as I know I can't test them on the fork until they are in main? The previous...

hi i'm โ€‹๐Ÿ‡ธโ€‹โ€‹๐Ÿ‡นโ€‹โ€‹๐Ÿ‡ทโ€‹โ€‹๐Ÿ‡ฎโ€‹โ€‹๐Ÿ‡ณโ€‹โ€‹๐Ÿ‡ฌโ€‹ โ€‹๐Ÿ‡ทโ€‹โ€‹๐Ÿ‡ชโ€‹โ€‹๐Ÿ‡ตโ€‹โ€‹๐Ÿ‡ทโ€‹โ€‹๐Ÿ‡ชโ€‹โ€‹๐Ÿ‡ธโ€‹โ€‹๐Ÿ‡ชโ€‹โ€‹๐Ÿ‡ณโ€‹โ€‹๐Ÿ‡นโ€‹โ€‹๐Ÿ‡ฆโ€‹โ€‹๐Ÿ‡นโ€‹โ€‹๐Ÿ‡ฎโ€‹โ€‹๐Ÿ‡ดโ€‹โ€‹๐Ÿ‡ณโ€‹ โ€‹๐Ÿ‡ดโ€‹โ€‹๐Ÿ‡ซโ€‹ โ€‹๐Ÿ‡ฒโ€‹โ€‹๐Ÿ‡ดโ€‹โ€‹๐Ÿ‡ฉโ€‹โ€‹๐Ÿ‡ชโ€‹โ€‹๐Ÿ‡ฑโ€‹ โ€‹๐Ÿ‡ฉโ€‹โ€‹๐Ÿ‡ชโ€‹โ€‹๐Ÿ‡ซโ€‹โ€‹๐Ÿ‡ฎโ€‹โ€‹๐Ÿ‡ณโ€‹โ€‹๐Ÿ‡ฎโ€‹โ€‹๐Ÿ‡นโ€‹โ€‹๐Ÿ‡ฎโ€‹โ€‹๐Ÿ‡ดโ€‹โ€‹๐Ÿ‡ณโ€‹ you might remember me from other print statements such as >>> sv = SchemaView('tests/test_loaders_dumpers/input/personinfo.yaml') >>> cls = sv.get_class('Person') >>> print(cls) ClassDefinition(name='Person', id_prefixes=[], id_prefixes_are_closed=None,...

Continues: https://github.com/linkml/linkml-runtime/pull/310 Fix: https://github.com/linkml/linkml/issues/2047 Previously I had fixed some problems with `linkml_files` but didn't test the URL_FOR function. This is used by the ContextGenerator and RDFGenerator, and causes linkml tests...

Waiting for tests to run on the array branch and browsing through issues and PRs, noticed there was one for optimizing `get_classes_by_slot` https://github.com/linkml/linkml-runtime/pull/300 and any time there's an `induced_slot` perf...

Merging in functionality from main linkml loaders (see: https://github.com/linkml/linkml/pull/1967 )

The output of the tests is pretty difficult to read, but there were lots of places that were saying "ERROR" without failing. Looking further, it appears as if the default...

The `get_classes_by_slot()` method in SchemaView takes an extremely long time to run on the MIxS schema and generate the _Applicable Classes_ table on slot documentation pages because of which we...

Removing wrong expectations on CURIEs and adding new expectations. Also fixing validation according the specification.