We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fc30a commit d7c21aaCopy full SHA for d7c21aa
openeo/rest/mlmodel.py
@@ -75,7 +75,7 @@ def execute_batch(
75
:param out_format: (optional) Format of the job result.
76
:param format_options: String Parameters for the job result format
77
"""
78
- job = self.create_job(additional=job_options)
+ job = self.create_job(job_options=job_options)
79
return job.run_synchronous(
80
# TODO #135 support multi file result sets too
81
outputfile=outputfile,
0 commit comments