010376: REMAP: A value is not numeric.
Description
You have specified a numeric field to classify on but may be trying to use a string value.
Solution
To avoid the problem, review the following:
If performing a remap on number fields, use the NumberRemap object.
Use NumberRemap to remap single values or ranges of values.
If the remap is to be performed on a string field, use the StringRemap object and specify the field in the raster descriptor.
See the ReclassByRemap documentation for more information.