Why OWLReady sets data property with "float" range as "decimal"?
Posted by Babroo on
URL: http://owlready.306.s1.nabble.com/Why-OWLReady-sets-data-property-with-float-range-as-decimal-tp1196.html
Hi
I am trying to assign an existed data property to an individual, but OWLReady sets the range of data prop to "decimal", while the original range of data prop is "float" and also in the python, the data type is "float".
I am using the following line of code:
>> setattr(new_instance, data_prop, value)
Could you please tell me how can I fix this problem?
Thanks
M. Babr