Fix #264: Distance inherent data provider should not fail
-
Remove unused error handling that was not used because check_inherent
is not implemented in our case. -
Remove the error return for the inherent data provider, as it is optional and should not fail under any circumstances.
Edited by Benjamin Gallois