I am running ArcGIS Pro 2.9. I have converted a Python 2.x script to Python 3 using the built-in tool "Analyse Tools for Pro" - only the 'print' statements have been changed.
Added the modified script to the Toolbox I previously had from Arcmap 10.6.
Ran script (from toolbox in Arc Pro), and it did not run. No messages of any sort were given as to why the script did not work.
The script, (attached), uses the geoprocessing tool RasterFocalMean.
Am I doing anything the wrong way?