Skip to content

Commit

Permalink
Merge pull request #1 from wri/develop
Browse files Browse the repository at this point in the history
update to r4 instance type
  • Loading branch information
Thomas Maschler authored Sep 18, 2019
2 parents f95bca9 + fcf4ef5 commit 5b0008d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TreeCoverLossAnalysis.pyt
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ class TreeCoverLossAnalysis(object):
)

worker_instance_type.filter.type = "ValueList"
worker_instance_type.filter.list = ["r3.2xlarge"]
worker_instance_type.value = "r3.2xlarge"
worker_instance_type.filter.list = ["r3.2xlarge", "r4.2xlarge", "r5.2xlarge"]
worker_instance_type.value = "r4.2xlarge"

instance_count = arcpy.Parameter(
displayName="Number of workers",
Expand Down

0 comments on commit 5b0008d

Please sign in to comment.