I have a model that I could run on previous versions of ArcMap but not on 10.4.1. The last step in the model is a raster calculator expression that changes all null values to 0. The equation is "Con( IsNull( "%raster1%"), 0, "%raster1%" + Con( IsNull( "raster2%"), 0, "%raster2%")"
This equation works when running raster calc by itself but not when part of a model. I get error 000989, Python syntax error: Parsing error SyntaxError: unexpected EOF while Parsing (line1).
Has anyone had a similar issue or have a work around?