Bug fix for the lib.arg_check.is_float_object() function.
The dim argument can sometimes be an integer rather than a tuple, but this was not handled by the
function. Now integer dim arguments are pre-converted to lists before performing all the checks.