You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the data classes we currently have are source from a YAML file and then Linkml's python generator creates the data class file. Your vision is to replace all that by 1 pydantic data class file, correct? Does this mean cleaning out linkml dependencies?
Thanks for this question.. I was hoping to be able to pass instances of the pydantic data classes to the linkml converters the same way I was able to pass the old data classes?
As per @cmungall using the pydantic data classes could significantly improve the performance of the sssom tooling. I would like to try the following:
The text was updated successfully, but these errors were encountered: