File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
linkml-schema/source_library_generation Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- name : generating other formats
1+ name : bican biolink edit
22
33on :
44 push :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" )
1112def test_python_generators (model ):
1213 model_python = PythonGenerator (str (model )).serialize ()
1314
You can’t perform that action at this time.
0 commit comments