linkml / schemasheets

Structure your data in a FAIR way using google sheets or TSVs. These are then converted to LinkML, and from there other formats
https://linkml.io/schemasheets/
42 stars 5 forks source link

cast minimum_value and maximum_value to int #35

Open sujaypatil96 opened 2 years ago

sujaypatil96 commented 2 years ago

When we add number values for minimum_value and maximum_value properties, like say 0 and 999, when the linkml model is created the program writes to the linkml file as strings rather than numbers.

cmungall commented 2 years ago

this should be generic behavior - introspect the metamodel and use the appropriate python type

sierra-moxon commented 1 year ago

@sujaypatil96 - is this still a relevant issue?

sujaypatil96 commented 10 months ago

@sierra-moxon i've made a note of it. Will update the issue by next week.