Skip to content

Commit a659cb4

Browse files
authored
Merge pull request #10 from cyrchi/main
Change work space to memory.
2 parents cb9df4d + 08521bd commit a659cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/ProportionalAllocation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def proportional_allocation(
5555
"""
5656
arcpy.env.overwriteOutput = True
5757
# Start Analysis
58-
temp_intersect = os.path.join("in_memory", "temp_intersect")
58+
temp_intersect = os.path.join("memory", "temp_intersect")
5959
san.arc_print("Calculating original areas...")
6060
base_area_col = "base_area_sqmi"
6161
inter_area_col = "inter_area_sqmi"

0 commit comments

Comments
 (0)