e.g., lambda_size is used as a keyword argument when no such keyword argument exists. Should be worker_size instead.
e.g., in examples/, giving GridSearch() a keyword argument of machines=[<tuple>] gives an error Invalid type for parameter Filters[0].Values[0], value: ('ec2-18-237-213-139.us-west-2.compute.amazonaws.com', '172.31.14.190'), type: <type 'tuple'>, valid types: <type 'basestring'>.
requirements.txt
lambda_size
is used as a keyword argument when no such keyword argument exists. Should beworker_size
instead.examples/
, givingGridSearch()
a keyword argument ofmachines=[<tuple>]
gives an errorInvalid type for parameter Filters[0].Values[0], value: ('ec2-18-237-213-139.us-west-2.compute.amazonaws.com', '172.31.14.190'), type: <type 'tuple'>, valid types: <type 'basestring'>
.