Skip to content

Commit 78a38f5

Browse files
authored
Merge pull request #100 from djarecka/library_gen_update
Library gen update
2 parents 3d45e74 + f4cbe1c commit 78a38f5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/bican_biolink_edit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: generating other formats
1+
name: bican biolink edit
22

33
on:
44
push:

linkml-schema/source_library_generation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Metadata from [Google Sheet](https://docs.google.com/spreadsheets/d/11OcQz1Vk3ofny3Ql7wN-XlHkZwub-hojt-fO094SxiI/edit?usp=sharing)
44
- All the sheets will be saved as tsv files in `gsheet_output`
5-
- Current Google Sheet version saved at: `September 30, 9:04 PM`
5+
- Current Google Sheet version saved at: `November 22, 4:41 PM`
66
- The generated LinkML schema will be saved in `bkbit/models/library_generation_model.yaml`
77
- Additional information:
88
- currently using `no-inlined` due to some issues with pydantic generation

tests/test_generators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99

1010
@pytest.mark.parametrize("model", MODEL_LISTS)
11+
@pytest.mark.xfail(reason="lack of support for curie in python generator, see issue #2436")
1112
def test_python_generators(model):
1213
model_python = PythonGenerator(str(model)).serialize()
1314

0 commit comments

Comments
 (0)