wikit-ai / olaf

6 stars 1 forks source link

fix: wrong usage of UUID. It does not return an str #101

Closed ba-talibe closed 5 months ago

ba-talibe commented 5 months ago

In the data classes in commons/ontology_learning_schema.py, the attributes uid are announced of type str, but we instantiate them with a type UUID.uuid.

Do we change the type in the data classes or the usage when instantiating?