@trungdong in prov/model.py the way literal comparison is implemented, it results in: `pm.Literal(10, datatype=pm.XSD_DECIMAL) != pm.Literal(10.0, datatype=pm.XSD_DECIMAL)` is that intended?
@trungdong in prov/model.py the way literal comparison is implemented, it results in:
pm.Literal(10, datatype=pm.XSD_DECIMAL) != pm.Literal(10.0, datatype=pm.XSD_DECIMAL)is that intended?