Skip to content

Commit

Permalink
update max_occur
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed May 11, 2017
1 parent a166cf9 commit d49692b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hummingbird/processes/wps_cfchecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self):
abstract='You may provide a URL or upload a NetCDF file.',
metadata=[Metadata('Info')],
min_occurs=0,
max_occurs=100,
max_occurs=1024,
supported_formats=[Format('application/x-netcdf')]),
LiteralInput('cf_version', 'Check against CF version',
data_type='string',
Expand Down
2 changes: 1 addition & 1 deletion hummingbird/processes/wps_cmor_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self):
abstract='You may provide a URL or upload a NetCDF file.',
metadata=[Metadata('Info')],
min_occurs=1,
max_occurs=100,
max_occurs=1024,
supported_formats=[Format('application/x-netcdf')]),
# LiteralInput('dataset_opendap', 'Remote OpenDAP Data URL',
# data_type='string',
Expand Down
2 changes: 1 addition & 1 deletion hummingbird/processes/wps_hdh_cfchecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self):
abstract='You may provide a URL or upload a NetCDF file.',
metadata=[Metadata('Info')],
min_occurs=1,
max_occurs=100,
max_occurs=1024,
supported_formats=[Format('application/x-netcdf')]),
LiteralInput('cf_version', 'Check against CF version',
data_type='string',
Expand Down
2 changes: 1 addition & 1 deletion hummingbird/processes/wps_hdh_qachecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self):
abstract='You may provide a URL or upload a NetCDF file.',
metadata=[Metadata('Info')],
min_occurs=1,
max_occurs=100,
max_occurs=1024,
supported_formats=[Format('application/x-netcdf')]),
LiteralInput('project', 'Project',
data_type='string',
Expand Down

0 comments on commit d49692b

Please sign in to comment.