Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linkage Pathways tool crashes in ArcGIS Pro with TypeError #117

Closed
dkav opened this issue Feb 27, 2021 · 1 comment
Closed

Linkage Pathways tool crashes in ArcGIS Pro with TypeError #117

dkav opened this issue Feb 27, 2021 · 1 comment
Labels
bug Unexpected problem or unintended behavior linkage pathways Relating to Linkage Pathways tool

Comments

@dkav
Copy link
Contributor

dkav commented Feb 27, 2021

Failed to execute outras = arcpy.sa.Int(arcpy.sa.Raster(mosaicRaster) - offset + 0.5); outras.save(intRaster) on try #1.
---------------------------------
Python error on **line 2042** of lm_util.py in Linkage Mapper Version 3.0.0-beta.4:
TypeError: '>' not supported between instances of 'function' and 'int'
@dkav dkav added the bug Unexpected problem or unintended behavior label Feb 27, 2021
@dkav dkav changed the title LM Step 5 Crash - TypeError: '>' not supported between instances of 'function' and 'int' LM Step 5 Crash - TypeError Feb 27, 2021
@dkav
Copy link
Contributor Author

dkav commented Feb 27, 2021

Similar error reported by Jonathan Carruthers-Jones.

Failed to execute comb_ras = arcpy.sa.Combine([alloc, alloc_sh]); comb_ras.save(combine_ras) on try #1
---------------------------------
Python error on **line 2047** of lm_util.py in Linkage Mapper Version 3.0.0-beta.3:
TypeError: '>' not supported between instances of 'function' and 'int'
---------------------------------

@dkav dkav changed the title LM Step 5 Crash - TypeError LM Step 5 Crash in ArcGIS Pro - TypeError Feb 27, 2021
@dkav dkav changed the title LM Step 5 Crash in ArcGIS Pro - TypeError Linkage Pathways tool crashes in ArcGIS Pro with TypeError Feb 27, 2021
@venkanna37 venkanna37 added the linkage pathways Relating to Linkage Pathways tool label Mar 24, 2021
@dkav dkav closed this as completed in fde233e Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected problem or unintended behavior linkage pathways Relating to Linkage Pathways tool
Projects
None yet
Development

No branches or pull requests

2 participants